Skip to content

Commit

Permalink
ci: shell, again
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Jul 26, 2024
1 parent d17b907 commit 0356842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/awscli-setup/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "AWS CLI setup"
description: "Installs AWS CLI tools"
shell: bash
inputs:
file-url:
description: "URL of the awscli zip file."
Expand All @@ -14,11 +13,13 @@ runs:
using: 'composite'
steps:
- id: install-awscli
shell: bash
run: |
curl --silent "$INPUT-FILE_URL" -o "awscli.zip"
unzip -q awscli.zip
sudo ./aws/install --update
- id: install-rsync
shell: bash
if: {{ inputs.include-rsync }}
run: |
sudo apt-get -qq update
Expand Down

0 comments on commit 0356842

Please sign in to comment.