Skip to content

Commit 88ff19d

Browse files
committed
#v2 - refactoring
1 parent 76db48b commit 88ff19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ inputs:
145145
Additional information in the body of the Slack message (only if rmk_slack_notifications=true).
146146
Example:
147147
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 }}
148+
GitHub Actions Build URL: <github.server_url>/<github.repository>/actions/runs/<github.run_id>
149+
GitHub Actions Build Number: <github.run_number>
150150
required: false
151151
default: ""
152152
rmk_command:

0 commit comments

Comments
 (0)