From e3723eb6b1b789b32605052ef80b4c48e2e3bd75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B1=84=ED=99=8D=EB=AC=B4?= <92268965+Hong-Mu@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:38:29 +0900 Subject: [PATCH] Update main.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 내 잘못이 아니였어 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5907a5f..4700a6b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: notify-github-discussions: runs-on: ubuntu-latest steps: - - uses: ostk0069/github-discussions-notifier@v0.0.2 + - uses: ostk0069/github-discussions-notifier@v0.0.3 with: SLACK_CHANNEL_ID: ${{secrets.SLACK_CHANNEL_ID}} SLACK_BOT_TOKEN: ${{secrets.SLACK_BOT_TOKEN}}