Skip to content

Commit

Permalink
typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 authored Apr 16, 2024
1 parent 361b675 commit 7560e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
uses: slackapi/[email protected]
with:
slack-message: "${{ github.actor }} opened a new RFC: ${{ github.event.pull_request.title }}"
slack-channell: '#wg-spec'
slack-channel: '#wg-spec'
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 7560e78

Please sign in to comment.