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`)
|
# tool, because there's only `github.repository_owner`, no `github.repository_name`)
|
||||||
#
|
#
|
||||||
# (And the token should be retrieved from Vault)
|
# (And the token should be retrieved from Vault)
|
||||||
# Using `github.ref` just in case there's any race condition ambiguity.
|
- uses: https://gitea.scubbo.org/scubbo/commit-report-sync@main
|
||||||
- run: |
|
|
||||||
echo "DEBUG - github.ref is ${{ github.ref }}"
|
|
||||||
- uses: https://gitea.scubbo.org/scubbo/commit-report-sync@${{ github.ref }}
|
|
||||||
with:
|
with:
|
||||||
target_repo_domain: github.com
|
target_repo_domain: github.com
|
||||||
target_repo_owner: scubbo
|
target_repo_owner: scubbo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user