Skip to content

Commit d07898d

Browse files
committed
improve wording of notification messages
1 parent 2a17dd5 commit d07898d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/watch-df-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: env.BUILDID
7272
with:
7373
webhook-url: ${{ secrets.DISCORD_TEAM_PRIVATE_WEBHOOK_URL }}
74-
content: "<@&${{ secrets.DISCORD_TEAM_ROLE_ID }}> DF Steam branch updated: ${{ matrix.df_steam_branch }} (build id: ${{ env.BUILDID }})"
74+
content: "<@&${{ secrets.DISCORD_TEAM_ROLE_ID }}> Steam ${{ matrix.df_steam_branch }} branch updated (build id: ${{ env.BUILDID }})"
7575
- name: Launch symbol generation workflow
7676
if: env.BUILDID && matrix.dfhack_ref
7777
env:
@@ -144,7 +144,7 @@ jobs:
144144
if: env.NEW_VERSION
145145
with:
146146
webhook-url: ${{ secrets.DISCORD_TEAM_PRIVATE_WEBHOOK_URL }}
147-
content: "<@&${{ secrets.DISCORD_TEAM_ROLE_ID }}> DF ${{ matrix.channel }} updated to ${{ env.NEW_VERSION }}"
147+
content: "<@&${{ secrets.DISCORD_TEAM_ROLE_ID }}> ${{ matrix.channel }} updated to ${{ env.NEW_VERSION }}"
148148
- name: Save state
149149
uses: actions/cache/save@v4
150150
if: env.NEW_VERSION

0 commit comments

Comments
 (0)