Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
clarify botname variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahSiegel committed Feb 29, 2024
1 parent c5ec856 commit 499b7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
send_message() {
text=$1
ok=$(curl -d "text=${{ secrets.VALIDATE_TEXT }} $text" -d "channel=${{ secrets.VALIDATE_CHANNEL }}" \
ok=$(curl -d "text=<@${{ vars.VALIDATE_BOTID }}> $text" -d "channel=${{ secrets.VALIDATE_CHANNEL }}" \
-H "Authorization: Bearer ${{ secrets.VALIDATE_TOKEN }}" \
-X POST https://slack.com/api/chat.postMessage | jq .ok)
Expand Down

0 comments on commit 499b7f2

Please sign in to comment.