From a42aac227d48b7e0a181d84656771976b903bd38 Mon Sep 17 00:00:00 2001 From: Dominik Dancs Date: Mon, 22 Jul 2024 10:06:51 +0200 Subject: [PATCH] Added missing name for step in the pipeline --- .github/workflows/docker-image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 616cb05..f4a71f8 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -9,7 +9,8 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v4 + - name: Checkout the source code + uses: actions/checkout@v4 - name: Fetch release version of ProfitTrailer id: remote-check