diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7c63c26..791ce06 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: name: makefile-digests-${{ github.sha }} run-id: ${{ github.event.workflow_run.id }} github-token: ${{ secrets.GITHUB_TOKEN }} - - run: ls -ltR + - run: cat Makefile.digests - name: debug env: event: ${{ toJSON(github.event) }}