Seems like pulling branch from ref does not play nice

This commit is contained in:
Jack Jackson 2025-03-05 18:50:17 -08:00
parent d373a1c3f9
commit da4de6d118

View File

@ -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