We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eee14a commit 0492f73Copy full SHA for 0492f73
.github/workflows/build.yaml
@@ -64,5 +64,5 @@ jobs:
64
GITHUB_REF: ${{ github.ref }}
65
GITHUB_RUN_ID: ${{ github.run_id }}
66
GITHUB_REPOSITORY: ${{ github.repository }}
67
- GITHUB_WORKFLOW: ${{ GITHUB_WORKFLOW }}
+ GITHUB_WORKFLOW: ${{ env.GITHUB_WORKFLOW }}
68
run: python3 notify.py
0 commit comments