From 5dc3c8ca461223dfa306db515f6edbc6040b6719 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Fri, 31 Dec 2021 22:36:31 +0000 Subject: [PATCH] fix --- .github/workflows/cloud-runner-aws-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-runner-aws-pipeline.yml b/.github/workflows/cloud-runner-aws-pipeline.yml index 8d56d858..be2550e7 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -82,7 +82,7 @@ jobs: postBuildSteps: | - name: upload image: amazon/aws-cli - commands: 'aws s3 list-buckets' + commands: 'aws s3 ls' secrets: - name: awsAccesKeyId value: ${{ secrets.AWS_ACCESS_KEY_ID }}