Skip to content

Commit 42bf8fb

Browse files
authored
Update pr-merge.yaml
1 parent 3a413a5 commit 42bf8fb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pr-merge.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
with:
2929
ref: ${{ github.event.pull_request.head.sha }} # This is dangerous without the first access check
3030
- name: Send Discord notification
31-
shell: bash
32-
env:
33-
DISCORD_WEBHOOK_BETA_TESTERS: ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }}
3431
# if: github.event.pull_request.merged == true
3532
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
33+
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

Comments
 (0)