diff --git a/.gitea/workflows/self-publish.yml b/.gitea/workflows/self-publish.yml index ec6e6be..7054332 100644 --- a/.gitea/workflows/self-publish.yml +++ b/.gitea/workflows/self-publish.yml @@ -19,7 +19,8 @@ jobs: # Using `github.ref` just in case there's any race condition ambiguity. - run: | echo "DEBUG - github.ref is ${{ github.ref }}" - - uses: https://gitea.scubbo.org/scubbo/commit-report-sync@${{ github.ref}} + # TODO - obviously, revert this to `github.ref` + - uses: https://gitea.scubbo.org/scubbo/commit-report-sync@50775d5d2cea74545718553384161704441432ca with: target_repo_domain: github.com target_repo_owner: scubbo