Skip to content

Commit

Permalink
Updates publish workflow notification message format
Browse files Browse the repository at this point in the history
  • Loading branch information
cr2007 committed Jul 8, 2024
1 parent f61b39f commit dcd6c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
-H $"Title: CambAI ${TAG_NAME} published on PyPI successfully" \
-H "X-Tags: package, cambai-python, pypi, publish" \
-H "Content-Type: text/plain" \
-d "CambAI v${TAG_NAME} was published on PyPI.\nYou can find it at https://pypi.org/project/cambai\nStatus: ${{job.status}}" \
-d $'CambAI ${TAG_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 dcd6c28

Please sign in to comment.