Skip to content

Commit

Permalink
ci: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Jul 26, 2024
1 parent 2182fc8 commit 08dabda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/awscli-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
- id: install-awscli
shell: bash
run: |
curl --silent "$INPUT-FILE_URL" -o "awscli.zip"
curl --silent "${{ inputs.file-url }}" -o "awscli.zip"
unzip -q awscli.zip
sudo ./aws/install --update
- id: install-rsync
Expand Down

0 comments on commit 08dabda

Please sign in to comment.