Skip to content

Commit

Permalink
Merge pull request #167 from ohbarye/patch-1
Browse files Browse the repository at this point in the history
Fix `invalid reference format: repository name must be lowercase` error
  • Loading branch information
mrrobot47 committed Mar 19, 2024
2 parents a7edf7e + 5aea5e5 commit aa7ffed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
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 aa7ffed

Please sign in to comment.