1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-04-06 06:47:48 +02:00

Update test-missing-git-ref.yaml

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

View file

@ -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