Skip to content

Commit

Permalink
(try) Fix formatting issue in notification message
Browse files Browse the repository at this point in the history
  • Loading branch information
cr2007 committed Aug 3, 2024
1 parent 2c0ded9 commit de5d796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
-H $"Title: CV ${{ github.ref_name }} published successfully" \
-H "X-Tags: memo, CV, version-update, updated-link" \
-H "Content-Type: text/plain" \
-d $"CV ${{ github.ref_name }} published successfully.\nYou can find the updated CV at https://github.com/cr2007/CV/releases/latest/download/Chandrashekhar_Resume.pdf\nStatus: ${{job.status}}" \
-d $'CV ${{ github.ref_name }} published successfully.\nYou can find the updated CV at https://github.com/cr2007/CV/releases/latest/download/Chandrashekhar_Resume.pdf\nStatus: ${{job.status}}' \
${{ vars.NTFY_GACTIONS_URL }}

0 comments on commit de5d796

Please sign in to comment.