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) {