Skip to content

Commit

Permalink
Fix update-data.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterTheOne authored Sep 25, 2023
1 parent d65b068 commit b3c3c1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set execute permission on update.sh # <-- Add this step
run: chmod +x update.sh

- name: Run update script
run: ./update.sh

Expand Down

0 comments on commit b3c3c1c

Please sign in to comment.