From da4de6d118339fdf0275725573ba752f7766313b Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Wed, 5 Mar 2025 18:50:17 -0800 Subject: [PATCH] Seems like pulling branch from ref does not play nice --- .gitea/workflows/self-publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/self-publish.yml b/.gitea/workflows/self-publish.yml index 5389450..0392e4e 100644 --- a/.gitea/workflows/self-publish.yml +++ b/.gitea/workflows/self-publish.yml @@ -16,10 +16,7 @@ jobs: # tool, because there's only `github.repository_owner`, no `github.repository_name`) # # (And the token should be retrieved from Vault) - # 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 }} + - uses: https://gitea.scubbo.org/scubbo/commit-report-sync@main with: target_repo_domain: github.com target_repo_owner: scubbo