Skip to content

Commit

Permalink
Fix quoting in notify-upgrade-notes.yml workflow (#20898)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
bernd authored Nov 21, 2024
1 parent 755a586 commit e209d8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notify-upgrade-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
channel-id: "${{ vars.SLACK_UPGRADE_NOTIFY_CHANNELS }}"
slack-message: |
The Graylog ${{ github.ref_name || "test" }}/UPGRADING.md file was updated:
The Graylog ${{ github.ref_name || 'test' }}/UPGRADING.md file was updated:
Content: https://github.com/Graylog2/graylog2-server/blob/${{ github.sha || "test" }}/UPGRADING.md
Commit: https://github.com/Graylog2/graylog2-server/commit/${{ github.sha || "test" }}
Content: https://github.com/Graylog2/graylog2-server/blob/${{ github.sha || 'test' }}/UPGRADING.md
Commit: https://github.com/Graylog2/graylog2-server/commit/${{ github.sha || 'test' }}

0 comments on commit e209d8b

Please sign in to comment.