From 7f00cf0c5f437f06fce7c9843a333e3016849ccf Mon Sep 17 00:00:00 2001 From: vaisakhkannan <133869023+vaisakhkannan@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:55:29 +0530 Subject: [PATCH] Added code for testing --- .github/workflows/pr-slack-notification.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-slack-notification.yaml b/.github/workflows/pr-slack-notification.yaml index abc4cd651..1d2a34495 100644 --- a/.github/workflows/pr-slack-notification.yaml +++ b/.github/workflows/pr-slack-notification.yaml @@ -11,7 +11,7 @@ jobs: env: REPO: ${{ github.repository }} - BRANCH: main + BRANCH: Fix-warning-pr-slack-#937 GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} API_URL: https://api.github.com/repos/redhat-developer/lsp4ij/pulls SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_COPY }}