Skip to content

Commit

Permalink
Doing via pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Feb 17, 2024
1 parent 2aee7fc commit c4183b9
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/scrape-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,5 @@ jobs:
- name: Scrape
run: dotnet run --project scraper/Scraper/Scraper.csproj

- name: ✏️ Commit changes
continue-on-error: true
run: |
cd ${{github.workspace}}
git config --global user.email "[email protected]"
git config --global user.name "Orbi-bot"
git add .
git commit -m "auto: Scraped data"
git push
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6

0 comments on commit c4183b9

Please sign in to comment.