Skip to content

Commit

Permalink
Fix rosa failure to edit scaling machinepool (#848)
Browse files Browse the repository at this point in the history
Closes #821

Signed-off-by: Ryan Emerson <[email protected]>
  • Loading branch information
ryanemerson committed Jun 14, 2024
1 parent cc6e498 commit b33df8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rosa-cli-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
shell: bash
run: |
cd /usr/local/bin/
curl https://mirror.openshift.com/pub/openshift-v4/clients/rosa/1.2.38/rosa-linux.tar.gz | tar xz
curl https://mirror.openshift.com/pub/openshift-v4/clients/rosa/latest/rosa-linux.tar.gz | tar xz
- id: rosa-cli-login
name: Login ROSA CLI
Expand Down

0 comments on commit b33df8a

Please sign in to comment.