We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf336b commit 15c7c1fCopy full SHA for 15c7c1f
.github/workflows/s3sync.yml
@@ -17,8 +17,8 @@ jobs:
17
- uses: actions/checkout@v3
18
- name: Install dependencies
19
run: |
20
- sudo apt-get update
21
- sudo apt-get install awscli
+ sudo apt-get update -y
+ sudo apt-get install awscli -y
22
- name: Configure AWS credentials from Test account
23
uses: aws-actions/configure-aws-credentials@v1
24
with:
0 commit comments