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 3a413a5 commit 42bf8fbCopy full SHA for 42bf8fb
.github/workflows/pr-merge.yaml
@@ -28,9 +28,6 @@
28
with:
29
ref: ${{ github.event.pull_request.head.sha }} # This is dangerous without the first access check
30
- name: Send Discord notification
31
- shell: bash
32
- env:
33
- DISCORD_WEBHOOK_BETA_TESTERS: ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }}
34
# if: github.event.pull_request.merged == true
35
run: |
36
- curl -H "Content-Type: application/json" -d '{"content": "Pull Request ${{ github.event.pull_request.number }} merged by ${{ github.actor }}"}' $DISCORD_WEBHOOK_BETA_TESTERS
+ curl -H "Content-Type: application/json" -d '{"content": "Pull Request ${{ github.event.pull_request.number }} merged by ${{ github.actor }}"}' ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }}
0 commit comments