Skip to content

Commit

Permalink
Fix yaml config
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Apr 19, 2024
1 parent fc5fc04 commit cd54c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/re_use_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
APP_NAME: ${{ steps.set-env-var.outputs.APP_NAME }}
steps:
- name: Set Environment Variable
id: set-env-var
run: |
id: set-env-var
run: |
if [ "${{ inputs.environment }}" == "dev" ]; then
echo "ACCOUNT_NUMBER=${{ secrets.DEV_ACCOUNT_NUMBER }}" >> $GITHUB_OUTPUT
echo "APP_NAME::${{ inputs.core_app }}-dev" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit cd54c0b

Please sign in to comment.