Skip to content

Commit

Permalink
update (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Apr 17, 2024
1 parent b8d31bf commit 4ce7982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slack-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: slackapi/[email protected]
with:
# channel-id: "wg-open-source"
channel-id: {{ env.channel }}
channel-id: ${{ env.channel }}
slack-message: "${{ github.actor }} posted a RFC: ${{ github.event.pull_request.title }}. URL: ${{ github.event.pull_request.html_url }}"

meeting-notes:
Expand All @@ -38,5 +38,5 @@ jobs:
- name: Notify Slack
uses: slackapi/[email protected]
with:
channel-id: {{ env.channel }}
channel-id: ${{ env.channel }}
slack-message: "${{ github.actor }} posted meeting notes: ${{ github.event.pull_request.title }}. URL: ${{ github.event.pull_request.html_url }}"

0 comments on commit 4ce7982

Please sign in to comment.