Skip to content

Commit

Permalink
modifications done on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral committed Apr 1, 2024
1 parent 88b612a commit ff45571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
TELEGRAM_BOT_TOKEN: ${{secrets.TELEGRAM_BOT_TOKEN}}
USER_ID: ${{secrets.FITZ_ID}}
GITHUB_REPOSITORY: ${{github.repository}}
GITHUB_EVENT_AUTHOR: ${{github.event.pusher.username}}
GITHUB_EVENT_AUTHOR: ${{github.event.sender.name}}
run: |
python3 .github/workflows/source/index.py

0 comments on commit ff45571

Please sign in to comment.