fix steam-alpha discord message
This commit is contained in:
6
.github/workflows/steam_alpha.yml
vendored
6
.github/workflows/steam_alpha.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
||||
id: vars
|
||||
run: |
|
||||
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
|
||||
echo "branch=$(git branch --show-current)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Discord notification
|
||||
uses: ./.github/actions/discord-webhook
|
||||
@@ -165,7 +165,7 @@ jobs:
|
||||
id: vars
|
||||
run: |
|
||||
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
|
||||
echo "branch=$(git branch --show-current)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Discord notification
|
||||
uses: ./.github/actions/discord-webhook
|
||||
@@ -221,7 +221,7 @@ jobs:
|
||||
id: vars
|
||||
run: |
|
||||
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
|
||||
echo "branch=$(git branch --show-current)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Discord notification
|
||||
uses: ./.github/actions/discord-webhook
|
||||
|
||||
Reference in New Issue
Block a user