Skip to content

Commit

Permalink
chore: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Sep 14, 2023
1 parent 29530ae commit a827918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

report-release-success:
report-release-success:
runs-on: ubuntu-latest
needs: test
if: |
Expand All @@ -190,6 +190,6 @@ jobs:
uses: slackapi/[email protected]
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
slack-message: format(':large_green_circle: :maps-app: :tada: Maps-app {0} released <https://github.com/dhis2/maps-app/actions/workflows/dhis2-verify-app.yml?query=branch%3Amaster+is%3Asuccess>', ${{ steps.package-version.outputs.current-version}})
slack-message: ':large_green_circle: :maps-app: :tada: Maps-app {0} released <https://github.com/dhis2/maps-app/actions/workflows/dhis2-verify-app.yml?query=branch%3Amaster+is%3Asuccess>'
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit a827918

Please sign in to comment.