Skip to content

Commit

Permalink
Fix for $ in github workflows (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloox authored Sep 2, 2020
1 parent d9fb1ff commit 676b73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ jobs:
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
slack-channel: flank_test_channel
slack-optional-icon_emoji: ":fire:"
slack-text: <http://github.com/Flank/flank/releases/tag/${{ $RELEASE_TAG }}|Flank "${{ $RELEASE_TAG }}" > is released \n ${{ $(echo $RELEASE_NOTES) }}
slack-text: <http://github.com/Flank/flank/releases/tag/${{ RELEASE_TAG }}|Flank "${{ RELEASE_TAG }}" > is released \n ${{ RELEASE_NOTES }}

0 comments on commit 676b73b

Please # to comment.