diff options
author | Joas Schilling <coding@schilljs.com> | 2024-02-05 09:39:32 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-02-05 09:39:32 +0100 |
commit | bfe2cd314e3c84640ec28ed038fdf486cb76cc4e (patch) | |
tree | 3d7e079deb95e2c5f28c7a5c0e1345fed5758aef /.github | |
parent | 60c0233f62d6d12f2a6adbd9083d402003b22964 (diff) | |
download | nextcloud-server-bfe2cd314e3c84640ec28ed038fdf486cb76cc4e.tar.gz nextcloud-server-bfe2cd314e3c84640ec28ed038fdf486cb76cc4e.zip |
fix(CI): Checkout correct app branch
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/smb-kerberos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/smb-kerberos.yml b/.github/workflows/smb-kerberos.yml index c10d4f59d29..51e5fe30c10 100644 --- a/.github/workflows/smb-kerberos.yml +++ b/.github/workflows/smb-kerberos.yml @@ -30,7 +30,7 @@ jobs: with: repository: nextcloud/user_saml path: apps/user_saml - ref: stable27 + ref: stable-5.2 - name: Pull images run: | docker pull ghcr.io/icewind1991/samba-krb-test-dc |