mirror of
https://github.com/wled/WLED.git
synced 2025-04-19 12:27:17 +00:00
Update pr-merge.yaml
This commit is contained in:
parent
f396dac1cc
commit
be239993f4
2
.github/workflows/pr-merge.yaml
vendored
2
.github/workflows/pr-merge.yaml
vendored
@ -12,4 +12,4 @@
|
||||
DISCORD_WEBHOOK_BETA_TESTERS: ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }}
|
||||
if: github.event.pull_request.merged == true
|
||||
run: |
|
||||
curl -H "Content-Type: application/json" -d '{"content": "Pull Request #{{ github.event.pull_request.number }} merged by {{ github.actor }}"}' $env:DISCORD_WEBHOOK_BETA_TESTERS
|
||||
curl -H "Content-Type: application/json" -d '{"content": "Pull Request #{{ github.event.pull_request.number }} merged by {{ github.actor }}"}' $DISCORD_WEBHOOK_BETA_TESTERS
|
||||
|
Loading…
x
Reference in New Issue
Block a user