Skip to content

Commit

Permalink
meong
Browse files Browse the repository at this point in the history
  • Loading branch information
ceroberoz committed Aug 21, 2024
1 parent 8fa8c34 commit 402c62b
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.MEONG }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -40,19 +45,9 @@ jobs:
mv output/*.csv public/
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: stefanzweifel/git-auto-commit-action@v5
with:
token: ${{ secrets.MEONG }}
commit-message: Update scraped data
title: Update scraped data
body: |
This PR updates the scraped data.
- Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
branch: update-scraped-data
base: master
delete-branch: true
commit_message: "[skip ci] - updated"

- name: Upload CSV files as artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 402c62b

Please sign in to comment.