Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Checkout release/21 branch of keycloak/keycloak (#4583)
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Mar 30, 2023
1 parent f0cbf58 commit c68470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: ${{ inputs.keycloakRepo || 'keycloak/keycloak' }}
ref: ${{ inputs.keycloakBranch || (contains(github.ref, 'release/') && github.ref || 'main') }}
ref: ${{ inputs.keycloakBranch || (contains(github.ref, 'release/') && github.ref || 'release/21.0') }}
path: keycloak-repo

- name: Set up Java
Expand Down

0 comments on commit c68470a

Please sign in to comment.