From 3784b832ad4fa27fd17bd47327b2a551de1903c6 Mon Sep 17 00:00:00 2001 From: Sergey Zhuk Date: Mon, 18 Nov 2024 15:47:54 +0000 Subject: [PATCH] Revert "ci: bump slackapi/slack-github-action from 1.27 to 2.0 (#254)" This reverts commit d5c111345e80a44333a25b97ed7ba7f1582e4982. --- .github/workflows/draft-pr-converter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-pr-converter.yml b/.github/workflows/draft-pr-converter.yml index aa9b9861..3c27361a 100644 --- a/.github/workflows/draft-pr-converter.yml +++ b/.github/workflows/draft-pr-converter.yml @@ -77,7 +77,7 @@ jobs: - name: Post to a Slack channel id: slack if: ${{ steps.mutation_step.outputs.exec == 'true' }} - uses: slackapi/slack-github-action@v2.0 + uses: slackapi/slack-github-action@v1.27 with: channel-id: 'C02LMULF4NA' payload: '{ "type": "mrkdwn", "text": "${{ env.SLACK_MESSAGE }}" }'