Skip to content

Commit

Permalink
Trigger 19
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Apr 26, 2024
1 parent 571b239 commit dabf716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/re_use_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: set-env-var
run: |
if [ "${{ inputs.environment }}" == "dev" ]; then
echo "ACCOUNT_NUMBER=${{ secrets.DEV_ACCOUNT_NUMBER }}" | tr -d '\n' | base64 >> $GITHUB_OUTPUT
echo "ACCOUNT_NUMBER=secrets.DEV_ACCOUNT_NUMBER" >> $GITHUB_OUTPUT
echo "APP_NAME=${{ inputs.core_app }}-dev" >> $GITHUB_OUTPUT
elif [ "${{ inputs.environment }}" == "staging" ]; then
echo "ACCOUNT_NUMBER=$(echo '${{ secrets.STAGING_ACCOUNT_NUMBER }}' | jq -R .)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit dabf716

Please sign in to comment.