We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720525a commit 46fe769Copy full SHA for 46fe769
1 file changed
.github/workflows/dispatch_release.yaml
@@ -10,7 +10,7 @@ on:
10
11
env:
12
TAG: ${{ github.event.inputs.tag }}
13
- SLACK_WEBHOOK_URL: ${{secrets.SLACK_WEBHOOK_URL}}
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
14
15
jobs:
16
owner_check:
0 commit comments