From 5a5b3e80d5c92dc17d756d4a35804c505037ac78 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 29 Sep 2023 10:39:21 +0200 Subject: [PATCH] Fixed cooker pipeline name --- .github/workflows/cooker-selfhosted.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 00febd94..700b9495 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -1,4 +1,4 @@ -name: "[Cooker] build of ${{ github.ref }}" +name: "Build cooker" on: push: @@ -146,4 +146,4 @@ jobs: name: retrodeck-flatpak path: RetroDECK-cooker.flatpak continue-on-error: true - +