Skip to content

Commit

Permalink
Merge pull request #3491 from Expensify/Rory-FixCPConditional
Browse files Browse the repository at this point in the history
Single brackets not double brackets
  • Loading branch information
AndrewGable authored Jun 9, 2021
2 parents f32bd7d + 4f0ee3c commit bac6769
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 @@ -84,7 +84,7 @@ jobs:

- name: Save correct NEW_VERSION to env
run: |
if [[ -z ${{ github.event.inputs.NEW_VERSION }} ]]; then
if [ -z ${{ github.event.inputs.NEW_VERSION }} ]; then
echo "NEW_VERSION=${{ needs.createNewVersion.outputs.NEW_VERSION }}" >> $GITHUB_ENV
echo "New version is ${{ env.NEW_VERSION }}"
else
Expand Down

0 comments on commit bac6769

Please sign in to comment.