Cleanup debugging logging

This commit is contained in:
Jack Jackson 2025-03-01 23:20:51 -08:00
parent 9c164e49f9
commit 8732aeb6d0

View File

@ -6,11 +6,6 @@ jobs:
build-and-push: build-and-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: 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 # 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. # 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 # I'm leaving that off because it'd require a whole other step (to pipe `github.repository` through a splitting