Seems like pulling branch from ref does not play nice
This commit is contained in:
parent
d373a1c3f9
commit
da4de6d118
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user