From dd4a7a11c80b87f51168f2e795a1e5676ccffcd8 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 25 Dec 2024 19:36:13 +0530 Subject: [PATCH] chore(actions): add name for `get-version` job --- .github/workflows/debug.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index b02b557..606b948 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -6,6 +6,7 @@ on: jobs: get-version: + name: Get build version runs-on: ubuntu-latest outputs: version: v${{ steps.get_version.outputs.value }}+rev.g${{ steps.trim_sha.outputs.trimmed_sha }}