File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments