Skip to content

Commit

Permalink
Fix invalid reference format: repository name must be lowercase error
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbarye committed Mar 19, 2024
1 parent a7edf7e commit 5aea5e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Expand Up @@ -17,13 +17,13 @@ runs:
SLACK_MESSAGE: "${{ steps.slackify.outputs.text }}"
GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
ENABLE_ESCAPES: "true"
uses: "docker://ghcr.io/rtCamp/action-slack-notify:v2.2.1"
uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.2.1"

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

0 comments on commit 5aea5e5

Please sign in to comment.