Skip to content

Commit

Permalink
Fix if stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Oct 8, 2024
1 parent a75829a commit cbe9dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
echo "APP_NAME=${{ inputs.core_app }}-${{ inputs.environment }}-hosted" >> $GITHUB_ENV
else
echo "APP_NAME=${{ inputs.core_app }}-${{ inputs.environment }}" >> $GITHUB_ENV
fi
- name: Print APP_NAME
run: echo "APP_NAME is $APP_NAME"
Expand Down

0 comments on commit cbe9dee

Please sign in to comment.