mirror of
https://github.com/actions/checkout.git
synced 2025-04-04 10:27:35 +00:00
Update test-missing-git-ref.yaml
This commit is contained in:
parent
01d9927f24
commit
f040c87d30
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-missing-git-ref.yaml
vendored
2
.github/workflows/test-missing-git-ref.yaml
vendored
|
@ -27,5 +27,5 @@ jobs:
|
||||||
touch dummy && git add dummy
|
touch dummy && git add dummy
|
||||||
git commit -am 'test ref merge'
|
git commit -am 'test ref merge'
|
||||||
git push --force origin "${prBranch}"
|
git push --force origin "${prBranch}"
|
||||||
gh pr create --fill-first
|
gh pr create --fill-first --repo $GITHUB_REPOSITORY
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue