Skip to content

Commit

Permalink
init ocp test
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed May 14, 2024
1 parent cf9de61 commit 99dcfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rosa-create-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ runs:
id: create-s3-bucket
shell: bash
run: |
if aws s3api head-bucket --bucket ${{ inputs.s3-backend-bucket }} 2>/dev/null; then
if aws s3api head-bucket --bucket ${{ inputs.s3-backend-bucket }} --region ${{ inputs.aws-region }} 2>/dev/null; then
echo "Bucket already exists"
else
echo "Bucket does not exist, creating..."
Expand Down

0 comments on commit 99dcfd9

Please sign in to comment.