Skip to content

Commit

Permalink
fixup! fixup! fixup! test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sereja313 committed Apr 2, 2024
1 parent c07bc20 commit 0d5c431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
env:
MSG: ${{needs.check-outdated.outputs.msg}}
run: |
nix develop .#ci -c curl -XPOST https://slack.com/api/chat.postMessage \
nix develop .#ci -c 'curl -XPOST https://slack.com/api/chat.postMessage \
-H "Authorization: Bearer ${{ env.SLACK_TOKEN }}" \
# you can change 'libraries' to the channel dedicated to the library, if there is one
-d "channel=libraries" \
-d "text=$MSG"
-d "text=$MSG"'

0 comments on commit 0d5c431

Please sign in to comment.