Skip to content

Commit

Permalink
Trigger 16
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Apr 26, 2024
1 parent 6f8c173 commit 8ef7248
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/re_use_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
echo "ACCOUNT_NUMBER=$(echo '${{ secrets.PROD_ACCOUNT_NUMBER }}' | jq -R .)" >> $GITHUB_OUTPUT
echo "APP_NAME=${{ inputs.core_app }}" >> $GITHUB_OUTPUT
fi
- name: Debug output
run: |
echo "ACCOUNT_NUMBER: ${{ steps.set-env-var.outputs.ACCOUNT_NUMBER }}"
deploy:
uses: 0xPolygon/pipelines/.github/workflows/ecs_deploy_docker_taskdef.yaml@DEVOPS-2759-repo-public-update
needs: set-env-variable
Expand Down

0 comments on commit 8ef7248

Please sign in to comment.