Skip to content

Commit

Permalink
modification done on the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral committed Apr 2, 2024
1 parent 032e2a2 commit 0e74e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify_on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
GOMU_BOT_TOKEN: ${{secrets.GOMU_BOT_TOKEN}}
GOMU_CHANEL_ID: ${{secrets.GOMU_CHANEL_ID}}
GITHUB_AUTHOR: ${{github.event.sender.login}}
GITHUB_REPOSITORY: ${{github.event.repository}}
GITHUB_REPOSITORY: ${{github.repository}}
run: |
python3 src/notify_on_push.py
Expand Down

0 comments on commit 0e74e52

Please sign in to comment.