mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 16:56:35 +00:00
Update pr-merge.yaml
This commit is contained in:
parent
3a413a59ba
commit
42bf8fb40d
5
.github/workflows/pr-merge.yaml
vendored
5
.github/workflows/pr-merge.yaml
vendored
@ -28,9 +28,6 @@
|
|||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }} # This is dangerous without the first access check
|
ref: ${{ github.event.pull_request.head.sha }} # This is dangerous without the first access check
|
||||||
- name: Send Discord notification
|
- name: Send Discord notification
|
||||||
shell: bash
|
|
||||||
env:
|
|
||||||
DISCORD_WEBHOOK_BETA_TESTERS: ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }}
|
|
||||||
# if: github.event.pull_request.merged == true
|
# if: github.event.pull_request.merged == true
|
||||||
run: |
|
run: |
|
||||||
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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user