From 0806c6c47d847cf8108575edfaf02792a130b605 Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Wed, 17 Apr 2024 10:31:24 -0500 Subject: [PATCH] update --- .github/workflows/slack-pr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/slack-pr.yaml b/.github/workflows/slack-pr.yaml index 5640f59..1e1ddab 100644 --- a/.github/workflows/slack-pr.yaml +++ b/.github/workflows/slack-pr.yaml @@ -23,7 +23,7 @@ jobs: uses: slackapi/slack-github-action@v1.25.0 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: @@ -38,5 +38,5 @@ jobs: - name: Notify Slack uses: slackapi/slack-github-action@v1.25.0 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 }}"