From a0243ff6816e3be9e1a7e346c0351c47283ea748 Mon Sep 17 00:00:00 2001 From: avollkopf <43980694+avollkopf@users.noreply.github.com> Date: Tue, 7 Mar 2023 07:04:45 +0100 Subject: [PATCH] test --- .github/workflows/build.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a021efd..589fd04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,11 +10,13 @@ on: - development pull_request: -- id: string - with: - string: ${{ github.repository }} -- run: | - echo "${{ steps.string.outputs.lowercase }}" +steps: + - id: string + uses: ASzc/change-string-case-action@v5 + with: + string: ${{ github.repository }} + - run: | + echo "${{ steps.string.outputs.lowercase }}" env: image-name: ghcr.io/${{ github.repository_owner }}/craftbeerpi4