Skip to content

Commit

Permalink
Adds action button in notification step
Browse files Browse the repository at this point in the history
* Allows to tap and view the PyPI page
  • Loading branch information
cr2007 authored Sep 9, 2024
1 parent 2de3e80 commit 616ade7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
curl \
-H $"Title: CambAI ${{ github.ref_name }} published on PyPI successfully" \
-H "X-Tags: package, cambai-python, pypi, publish" \
-H "Actions: view, Open PyPI page, https://pypi.org/project/cambai" \
-H "Content-Type: text/plain" \
-d $'CambAI ${{ github.ref_name }} was published on PyPI.\nYou can find it at https://pypi.org/project/cambai\nStatus: ${{job.status}}' \
${{ vars.NTFY_GACTIONS_URL }}

0 comments on commit 616ade7

Please sign in to comment.