Skip to content

Commit

Permalink
Update release_tag variable in push notification script
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Feb 9, 2024
1 parent 44effbc commit 2159052
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 @@ -39,7 +39,7 @@ jobs:

- name: Run push notification script
run: |
release_tag=${{ github.event.inputs.release_tag }}
release_tag="${{ inputs.release_tag }}"
release_body=$(gh release view $release_tag --json body -q .body)
python3 push-notify --title "App update $release_tag" --body "$release_body" --api_url ${{ secrets.NOTIF_API_URL }} --bearer ${{ secrets.NOTIF_API_BEARER }}
env:
Expand Down

0 comments on commit 2159052

Please sign in to comment.