Skip to content

Commit

Permalink
Merge pull request #3213 from Expensify/Rory-FixCPUserValidation
Browse files Browse the repository at this point in the history
Fix CP user validation
  • Loading branch information
AndrewGable authored May 28, 2021
2 parents e7ec636 + 00a9ebf commit cd1cec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cherryPick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

cherryPick:
needs: validateActor
if: ${{ needs.validateActor.outputs.IS_DEPLOYER == 'true' }}
if: ${{ needs.validateActor.outputs.IS_DEPLOYER }}
runs-on: ubuntu-latest
steps:
# Version: 2.3.4
Expand Down

0 comments on commit cd1cec3

Please sign in to comment.