Skip to content

Commit

Permalink
Test remote public github action reuse workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Apr 25, 2024
1 parent 0a5c54e commit 8ab6b4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ jobs:
uses: ./.github/workflows/re_use_workflow.yml
with:
environment: "dev"
# ${{ inputs.environment || 'dev' }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/re_use_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
needs: set-env-variable
with:
app_name: ${{ needs.set-env-variable.outputs.APP_NAME }}
taskdef_file_vars: ${{ inputs.taskdef_file_dir }}/${{ inputs.environment }}-taskdef.yaml
taskdef_file_vars: .github/taskdef/${{ inputs.environment }}-taskdef.yaml
account_number: "${{ needs.set-env-variable.outputs.ACCOUNT_NUMBER }}"
aws_region: eu-west-1
environment: ${{ inputs.environment }}
Expand Down

0 comments on commit 8ab6b4a

Please sign in to comment.