fix: Correct use env variables
All checks were successful
CI / lint (push) Successful in 13s
CI / Molecule Test (almalinux8) (push) Successful in 14s
CI / Molecule Test (almalinux9) (push) Successful in 14s
CI / release (push) Successful in 13s
CI / notify (push) Successful in 5s

This commit is contained in:
2024-08-22 15:38:05 +12:00
parent 0149d31ad1
commit 2b403d7aa7

View File

@@ -83,7 +83,7 @@ jobs:
if: success()
with:
url: '${{ vars.NTFY_URL }}'
title: Workflow success for ${GITHUB_REPOSITORY}
title: Workflow success for ${{ env.GITHUB_REPOSITORY }}
topic: 'ci-status'
priority: 4
tags: +1,partying_face,action,successfully,completed
@@ -98,7 +98,7 @@ jobs:
if: failure()
with:
url: '${{ vars.NTFY_URL }}'
title: Workflow failed for ${GITHUB_REPOSITORY}
title: Workflow failed for ${{ env.GITHUB_REPOSITORY }}
topic: 'ci-status'
priority: 5
tags: -1,skull,action,failed