Skip to content

Commit 15c7c1f

Browse files
authored
Update s3sync.yml
1 parent cdf336b commit 15c7c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/s3sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- name: Install dependencies
1919
run: |
20-
sudo apt-get update
21-
sudo apt-get install awscli
20+
sudo apt-get update -y
21+
sudo apt-get install awscli -y
2222
- name: Configure AWS credentials from Test account
2323
uses: aws-actions/configure-aws-credentials@v1
2424
with:

0 commit comments

Comments
 (0)