From b7c3f40bdfe6c81011b5a86bf31b15e0cfc5b485 Mon Sep 17 00:00:00 2001 From: Victor Alfaro Date: Thu, 12 Sep 2024 13:54:50 -0600 Subject: [PATCH] test --- .github/workflows/cicd_scheduled_notify-seated-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd_scheduled_notify-seated-prs.yml b/.github/workflows/cicd_scheduled_notify-seated-prs.yml index 93e9665d24b6..ab9ff22ab956 100644 --- a/.github/workflows/cicd_scheduled_notify-seated-prs.yml +++ b/.github/workflows/cicd_scheduled_notify-seated-prs.yml @@ -159,7 +159,7 @@ jobs: const prDayThreshold = ${{ env.PR_DAY_THRESHOLD }}; const draftPrDayThreshold = ${{ env.DRAFT_PR_DAY_THRESHOLD }}; const seatedPrs = ${{ needs.resolve-seated-prs.outputs.seated_prs }} - const mappings = ${{ fromJSON(needs.slack-channel-resolver.outputs.mappings_json) }}; + const mappings = ${{ needs.slack-channel-resolver.outputs.mappings_json }}; const foundMapping = mappings.find(mapping => mapping.slack_id === member) if (!found) {