mirror of https://github.com/actions/checkout.git
Update test-missing-git-ref.yaml
This commit is contained in:
parent
15f4946402
commit
f4fa7bd23d
|
@ -11,6 +11,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.2.2
|
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
|
- name: Push dummy PR
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue