Skip to content

Commit

Permalink
fixup! 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 0d5c431 commit 7f5004e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 \
# you can change 'libraries' to the channel dedicated to the library, if there is one
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 7f5004e

Please sign in to comment.