Skip to content

Commit

Permalink
improve wording of notification messages
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 27, 2025
1 parent 2a17dd5 commit d07898d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/watch-df-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: env.BUILDID
with:
webhook-url: ${{ secrets.DISCORD_TEAM_PRIVATE_WEBHOOK_URL }}
content: "<@&${{ secrets.DISCORD_TEAM_ROLE_ID }}> DF Steam branch updated: ${{ matrix.df_steam_branch }} (build id: ${{ env.BUILDID }})"
content: "<@&${{ secrets.DISCORD_TEAM_ROLE_ID }}> Steam ${{ matrix.df_steam_branch }} branch updated (build id: ${{ env.BUILDID }})"
- name: Launch symbol generation workflow
if: env.BUILDID && matrix.dfhack_ref
env:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
if: env.NEW_VERSION
with:
webhook-url: ${{ secrets.DISCORD_TEAM_PRIVATE_WEBHOOK_URL }}
content: "<@&${{ secrets.DISCORD_TEAM_ROLE_ID }}> DF ${{ matrix.channel }} updated to ${{ env.NEW_VERSION }}"
content: "<@&${{ secrets.DISCORD_TEAM_ROLE_ID }}> ${{ matrix.channel }} updated to ${{ env.NEW_VERSION }}"
- name: Save state
uses: actions/cache/save@v4
if: env.NEW_VERSION
Expand Down

0 comments on commit d07898d

Please sign in to comment.