From 00c656e32fa4dac5a8a5c8b03c42808e21f91843 Mon Sep 17 00:00:00 2001 From: tyler Date: Wed, 6 Dec 2023 20:57:12 +0000 Subject: [PATCH] Add missing env var --- .github/workflows/validate-deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate-deployment.yml b/.github/workflows/validate-deployment.yml index 31ada219..6ee04286 100644 --- a/.github/workflows/validate-deployment.yml +++ b/.github/workflows/validate-deployment.yml @@ -67,6 +67,7 @@ jobs: VALIDATION_RESULT: ${{ fromJson(steps.missing-cherries.outputs.count) == 0 && 'SUCCESS' || 'FAIL' }} TOTAL_CHERRY_COUNT: ${{ steps.all-cherries.outputs.count }} INVALID_CHERRY_COUNT: ${{ steps.missing-cherries.outputs.count }} + CHERRY_FILE: ${{ steps.all-cherries.outputs.file }} - name: Fail validation if: fromJson(steps.missing-cherries.outputs.count) > 0 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1