mirror of https://github.com/actions/checkout.git
Update test-missing-git-ref.yaml
This commit is contained in:
parent
f4fa7bd23d
commit
01d9927f24
|
@ -24,7 +24,7 @@ jobs:
|
||||||
prBranch=oriy/testRefMerge
|
prBranch=oriy/testRefMerge
|
||||||
git branch -d "${prBranch}" 2>/dev/null || true
|
git branch -d "${prBranch}" 2>/dev/null || true
|
||||||
git checkout -b "${prBranch}"
|
git checkout -b "${prBranch}"
|
||||||
touch 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
|
||||||
|
|
Loading…
Reference in New Issue