fix steam-alpha pipeline (#83)

use custom discord action instead of broken one
This commit is contained in:
extrawurst
2025-12-10 12:47:10 +01:00
committed by GitHub
parent 29db17e11a
commit b177c880e3
2 changed files with 60 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ jobs:
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
- name: Discord notification
uses: appleboy/discord-action@v1.2.0
uses: ./.github/actions/discord-webhook
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
message: New macos release (`${{ steps.vars.outputs.branch }}`) [`${{ steps.vars.outputs.sha_short }}`]
@@ -168,7 +168,7 @@ jobs:
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
- name: Discord notification
uses: appleboy/discord-action@v1.2.0
uses: ./.github/actions/discord-webhook
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
message: New steamos release (`${{ steps.vars.outputs.branch }}`) [`${{ steps.vars.outputs.sha_short }}`]
@@ -224,7 +224,7 @@ jobs:
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
- name: Discord notification
uses: appleboy/discord-action@v1.2.0
uses: ./.github/actions/discord-webhook
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
message: New windows release (`${{ steps.vars.outputs.branch }}`) [`${{ steps.vars.outputs.sha_short }}`]