diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 462eed9..2dc1e16 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -16,7 +16,8 @@ jobs: uses: actions/checkout@v3 - name: Debug repository name - run: echo "Repository: ${{ github.repository }}" + run: | + echo "Repository: ${{ github.repository }}" - name: Log in to GitHub Container Registry uses: docker/login-action@v3