diff options
author | Robin Appelman <robin@icewind.nl> | 2023-08-09 17:39:58 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2023-09-19 16:21:42 +0200 |
commit | e15d9999110a183a29d81542a6f8ac81d06d07d6 (patch) | |
tree | 4e07d663dd88d6c59325ac535d69305c740571f8 /.github | |
parent | bd1dadd690401f680ea2c569401af62a15433621 (diff) | |
download | nextcloud-server-e15d9999110a183a29d81542a6f8ac81d06d07d6.tar.gz nextcloud-server-e15d9999110a183a29d81542a6f8ac81d06d07d6.zip |
use user_saml from git
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/smb-kerberos.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/smb-kerberos.yml b/.github/workflows/smb-kerberos.yml index b0e286f1ccd..c10d4f59d29 100644 --- a/.github/workflows/smb-kerberos.yml +++ b/.github/workflows/smb-kerberos.yml @@ -25,6 +25,12 @@ jobs: uses: actions/checkout@v3 with: submodules: true + - name: Checkout user_saml + uses: actions/checkout@v3 + with: + repository: nextcloud/user_saml + path: apps/user_saml + ref: stable27 - name: Pull images run: | docker pull ghcr.io/icewind1991/samba-krb-test-dc |