Update test-missing-git-ref.yaml

This commit is contained in:
Ori Yechieli 2024-11-17 13:37:50 +02:00 committed by GitHub
parent f4fa7bd23d
commit 01d9927f24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ jobs:
prBranch=oriy/testRefMerge
git branch -d "${prBranch}" 2>/dev/null || true
git checkout -b "${prBranch}"
touch dummy
touch dummy && git add dummy
git commit -am 'test ref merge'
git push --force origin "${prBranch}"
gh pr create --fill-first