diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 448fada..93cb475 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,14 +30,12 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: Chandrashekhar_Resume.pdf - - name: Notify if package was published successfully + - name: Notify if CV was compiled successfully if: success() - env: - TAG_NAME: ${{ github.ref_name }} run: | curl \ -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 }}