Skip to content

Commit 5aea5e5

Browse files
authored
Fix invalid reference format: repository name must be lowercase error
ref a7edf7e#r139948703
1 parent a7edf7e commit 5aea5e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ runs:
1717
SLACK_MESSAGE: "${{ steps.slackify.outputs.text }}"
1818
GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
1919
ENABLE_ESCAPES: "true"
20-
uses: "docker://ghcr.io/rtCamp/action-slack-notify:v2.2.1"
20+
uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.2.1"
2121

2222
- name: "Slack Notification (Unformatted)"
2323
if: env.SLACKIFY_MARKDOWN != 'true'
24-
uses: "docker://ghcr.io/rtCamp/action-slack-notify:v2.2.1"
24+
uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.2.1"
2525
env:
2626
GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
2727
branding:
2828
icon: 'bell'
29-
color: 'yellow'
29+
color: 'yellow'

0 commit comments

Comments
 (0)