From fb574adb9588747532168d0e8c4ae192d2d92cd0 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 4 Dec 2024 11:14:19 +0100 Subject: [PATCH] fix syntax error --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c8bff65..cee9b51 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: with: linux_distro: "noble" - - name: Build & Check Ubuntu Jammy + - name: Build & Check Ubuntu Jammy uses: ./.github/actions/singularity with: linux_distro: "jammy" @@ -42,4 +42,4 @@ jobs: - name: Build & Check Rocky Linux 9 uses: ./.github/actions/singularity with: - linux_distro: "rockylinux9" + linux_distro: "rockylinux9"