Skip to content

Commit

Permalink
fix: rename elk-dynamic-input-defaults parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
druskus20 committed Feb 22, 2024
1 parent 23cff04 commit 199e12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/elk-docker-build-cache-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
if: ${{ inputs.registry == 'aws' }}
id: aws-login
with:
overrides: ${{ inputs.aws-login-overrides }}
input: ${{ inputs.aws-login-overrides }}
- name: Check or create ECR repository
shell: bash {0}
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/elk-upload-s3/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
id: creds
uses: elk-audio/.github/.github/actions/elk-aws-login@main
with:
overrides: ${{inputs.aws-overrides}}
input: ${{inputs.aws-overrides}}
output-credentials: true
- name: Checkout repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 199e12e

Please sign in to comment.