diff --git a/.gitea/workflows/mirror.yaml b/.gitea/workflows/mirror.yaml index a4a80ac..05b7225 100644 --- a/.gitea/workflows/mirror.yaml +++ b/.gitea/workflows/mirror.yaml @@ -6,11 +6,6 @@ jobs: build-and-push: runs-on: ubuntu-latest steps: - - run: | - echo "DEBUGGING" - pwd - echo "" - ls # If I were going to make this as a template, I'd instead use the `${{ github.[...] }} context to determin owner # and name directly from the context. # I'm leaving that off because it'd require a whole other step (to pipe `github.repository` through a splitting