We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
invalid reference format: repository name must be lowercase
1 parent a7edf7e commit 5aea5e5Copy full SHA for 5aea5e5
action.yml
@@ -17,13 +17,13 @@ runs:
17
SLACK_MESSAGE: "${{ steps.slackify.outputs.text }}"
18
GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
19
ENABLE_ESCAPES: "true"
20
- uses: "docker://ghcr.io/rtCamp/action-slack-notify:v2.2.1"
+ uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.2.1"
21
22
- name: "Slack Notification (Unformatted)"
23
if: env.SLACKIFY_MARKDOWN != 'true'
24
25
env:
26
27
branding:
28
icon: 'bell'
29
- color: 'yellow'
+ color: 'yellow'
0 commit comments