From aca433893b3a6c023b378110a738b9451dace670 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 28 Sep 2023 15:01:45 +0200 Subject: [PATCH] Updating action name name for non auto-generated cooker builds [skip ci] --- .github/workflows/cooker-selfhosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index fc96a040..eb74c947 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -1,4 +1,4 @@ -name: "Build cooker" +name: "[Cooker] build of ${{ github.ref }}" on: push: