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