From d6d906f1a130fb0886044b8c5c32e06f175f23dd Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sat, 22 Mar 2025 02:19:27 +0100 Subject: [PATCH] more info on build notification --- .github/workflows/steamos_alpha.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/steamos_alpha.yml b/.github/workflows/steamos_alpha.yml index daa94d0..5458086 100644 --- a/.github/workflows/steamos_alpha.yml +++ b/.github/workflows/steamos_alpha.yml @@ -73,8 +73,14 @@ jobs: cd build/steamos ~/Steam/steamcmd.sh +login $STEAM_USR +run_app_build $DEPOT +quit + - name: Set outputs + id: vars + run: | + echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT + echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT + - name: Discord notification uses: appleboy/discord-action@v1.2.0 with: webhook_url: ${{ secrets.DISCORD_WEBHOOK }} - message: New HEDZ-Reloaded alpha + message: New HEDZ-Reloaded alpha (${{ steps.vars.outputs.branch }}) [${{ steps.vars.outputs.sha_short }}]