diff --git a/.github/workflows/codebuild_runner_test.yml b/.github/workflows/codebuild_runner_test.yml index 9171be0..90145e5 100644 --- a/.github/workflows/codebuild_runner_test.yml +++ b/.github/workflows/codebuild_runner_test.yml @@ -13,6 +13,6 @@ jobs: run: | echo "force trigger again" echo -e "running GHA workflow ${{ github.event.number }}\nbuild: ${{ github.run_id }}\nattempt: ${{ github.run_attempt }}" - - name: listclusters + - name: list run: | - aws secretsmanager list-secrets --region us-east-1 --output json + aws s3api list-buckets --region us-east-1 --output json