Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andychucs committed Jul 26, 2024
1 parent 76c9001 commit b53d036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/data_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
poetry run python -m script.akashi_schedule
- name: Commit changes
id: commit
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
Expand All @@ -40,6 +41,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: create pull request
if: steps.commit.outputs.committed == 'true'
run: gh pr create --title 'Data Update' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b53d036

Please sign in to comment.