Skip to content

Commit

Permalink
Fix quoting in notify-upgrade-notes.yml workflow
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
bernd committed Nov 6, 2024
1 parent 47a2280 commit f5dbefc
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 f5dbefc

Please sign in to comment.