Skip to content

Commit

Permalink
feat: use same version for all oc-login actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Mar 28, 2024
1 parent f0dd43e commit 6ab019b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/oc-login/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
continue-on-error: true

- name: Login Golddr
uses: redhat-actions/oc-login@v1.3
uses: redhat-actions/oc-login@v1
with:
openshift_server_url: ${{ inputs.oc-server-golddr }}
openshift_token: ${{ inputs.oc-token-golddr }}
Expand Down

0 comments on commit 6ab019b

Please sign in to comment.