diff options
author | Robin Appelman <robin@icewind.nl> | 2023-08-09 17:39:58 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2023-09-18 17:25:39 +0200 |
commit | fc7adff48d46d5b13d918d3df7f537c89f8cd40c (patch) | |
tree | 366fb22d9ba3fa63b26515a2a891a000b7dbadf2 /.github/workflows | |
parent | a185edd5d1028cc2dcb5d0f1ad65ae38cc7122b0 (diff) | |
download | nextcloud-server-fc7adff48d46d5b13d918d3df7f537c89f8cd40c.tar.gz nextcloud-server-fc7adff48d46d5b13d918d3df7f537c89f8cd40c.zip |
use user_saml from git
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/smb-kerberos.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/smb-kerberos.yml b/.github/workflows/smb-kerberos.yml index b0e286f1ccd..0e805db9e6c 100644 --- a/.github/workflows/smb-kerberos.yml +++ b/.github/workflows/smb-kerberos.yml @@ -25,6 +25,11 @@ 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 - name: Pull images run: | docker pull ghcr.io/icewind1991/samba-krb-test-dc |