Update test-missing-git-ref.yaml

This commit is contained in:
Ori Yechieli 2024-11-17 13:36:10 +02:00 committed by GitHub
parent 15f4946402
commit f4fa7bd23d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Git config
run: |
git config --global user.name oriy
git config --global user.email oriy@github.com
- name: Push dummy PR
env: