diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index ead0a62..947afb4 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -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 }}