Skip to content

Commit

Permalink
Merge pull request #18 from cynack/visible_hotspot
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
futahei authored Nov 18, 2021
2 parents a9c2a5a + bdb36e9 commit ed106bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: ${{ success() }}
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_USERNAME: figni-viewer release notification bot
SLACK_ICON_EMOJI: ':figni:'
SLACK_COLOR: good
Expand All @@ -39,7 +39,7 @@ jobs:
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_USERNAME: figni-viewer release notification bot
SLACK_ICON_EMOJI: ':figni:'
SLACK_COLOR: danger
Expand Down

0 comments on commit ed106bf

Please sign in to comment.