Skip to content

Commit

Permalink
Add missing env var (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson authored Dec 6, 2023
1 parent 2e4eaba commit c67f3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c67f3ab

Please sign in to comment.