We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dfe1db commit 72dae24Copy full SHA for 72dae24
.github/workflows/s3-action.yaml
@@ -28,13 +28,13 @@ jobs:
28
aws-secret-access-key: ${{ secrets.S3_PLAYGROUND_SECRET_ACCESS_KEY }}
29
aws-region: 'us-east-1'
30
31
- - name: Install AWS CLI v2
32
- run: |
33
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o /tmp/awscliv2.zip
34
- unzip -q /tmp/awscliv2.zip -d /tmp
35
- rm /tmp/awscliv2.zip
36
- sudo /tmp/aws/install
37
- rm -rf /tmp/aws/
+# - name: Install AWS CLI v2
+# run: |
+# curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o /tmp/awscliv2.zip
+# unzip -q /tmp/awscliv2.zip -d /tmp
+# rm /tmp/awscliv2.zip
+# sudo /tmp/aws/install
+# rm -rf /tmp/aws/
38
39
- name: Install tar
40
run: sudo apt-get update && sudo apt-get install -y tar
0 commit comments