aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-11-07 16:39:12 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2023-01-20 11:22:08 +0100
commit87ebf28eb40e511341552135a01ba66956463cf3 (patch)
tree7dd69c36aed574f71fd01ee472611a90dfdf762b /.github
parenta1af3572a42bccccb892b5fd46be24be52a4cdf7 (diff)
downloadnextcloud-server-87ebf28eb40e511341552135a01ba66956463cf3.tar.gz
nextcloud-server-87ebf28eb40e511341552135a01ba66956463cf3.zip
Fix kerberos step name
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/smb-kerberos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/smb-kerberos.yml b/.github/workflows/smb-kerberos.yml
index a3f0598d845..8b2490617a9 100644
--- a/.github/workflows/smb-kerberos.yml
+++ b/.github/workflows/smb-kerberos.yml
@@ -19,7 +19,7 @@ jobs:
matrix:
php-versions: ['8.0', '8.1']
- name: php${{ matrix.php-versions }}-${{ matrix.ftpd }}
+ name: kerberos-php${{ matrix.php-versions }}
steps:
- name: Checkout server