From d373a1c3f9df2419b6a9a50dfe76882eeae45e6f Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Wed, 5 Mar 2025 18:47:29 -0800 Subject: [PATCH] Can we now revert to github.ref? --- .gitea/workflows/self-publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/self-publish.yml b/.gitea/workflows/self-publish.yml index 7054332..5389450 100644 --- a/.gitea/workflows/self-publish.yml +++ b/.gitea/workflows/self-publish.yml @@ -19,8 +19,7 @@ jobs: # Using `github.ref` just in case there's any race condition ambiguity. - run: | echo "DEBUG - github.ref is ${{ github.ref }}" - # TODO - obviously, revert this to `github.ref` - - uses: https://gitea.scubbo.org/scubbo/commit-report-sync@50775d5d2cea74545718553384161704441432ca + - uses: https://gitea.scubbo.org/scubbo/commit-report-sync@${{ github.ref }} with: target_repo_domain: github.com target_repo_owner: scubbo