We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76db48b commit 88ff19dCopy full SHA for 88ff19d
action.yml
@@ -145,8 +145,8 @@ inputs:
145
Additional information in the body of the Slack message (only if rmk_slack_notifications=true).
146
Example:
147
rmk_slack_message_details: |
148
- GitHub Actions Build URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
149
- GitHub Actions Build Number: ${{ github.run_number }}
+ GitHub Actions Build URL: <github.server_url>/<github.repository>/actions/runs/<github.run_id>
+ GitHub Actions Build Number: <github.run_number>
150
required: false
151
default: ""
152
rmk_command:
0 commit comments