From 1fe293dc4bbbcee700da1b7007d3ae6beb2ebade Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 22 Jan 2025 23:37:56 +0000 Subject: [PATCH] Fix the previous conclusion value. --- .github/workflows/slack-notifications.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/slack-notifications.yml b/.github/workflows/slack-notifications.yml index 08ed167ef15ef..53ad9c36fd0d6 100644 --- a/.github/workflows/slack-notifications.yml +++ b/.github/workflows/slack-notifications.yml @@ -64,6 +64,7 @@ jobs: with: retries: 2 retry-exempt-status-codes: 418 + result-encoding: string script: | const workflow_run = await github.rest.actions.getWorkflowRun({ owner: context.repo.owner,