diff --git a/.github/workflows/scrape-data.yml b/.github/workflows/scrape-data.yml index 7537687..cdf5bf3 100644 --- a/.github/workflows/scrape-data.yml +++ b/.github/workflows/scrape-data.yml @@ -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 "orbi@blockception.com" - 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 \ No newline at end of file