Skip to content

Commit

Permalink
Update push-notify command in notify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Feb 8, 2024
1 parent 46a1a58 commit 9aabec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
release_tag=${{ github.event.inputs.release_tag }}
release_body=$(gh release view $release_tag --json body -q .body)
python3 push-notify/push_notification.py --title "App update $release_tag" --body "$release_body" --api_url ${{ secrets.NOTIF_API_URL }} --bearer ${{ secrets.NOTIF_API_BEARER }}
python3 push-notify --title "App update $release_tag" --body "$release_body" --api_url ${{ secrets.NOTIF_API_URL }} --bearer ${{ secrets.NOTIF_API_BEARER }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9aabec8

Please sign in to comment.