mirror of
https://github.com/actions/checkout.git
synced 2025-03-13 20:58:24 +03:00
Update test-missing-git-ref.yaml
This commit is contained in:
parent
15f4946402
commit
f4fa7bd23d
5
.github/workflows/test-missing-git-ref.yaml
vendored
5
.github/workflows/test-missing-git-ref.yaml
vendored
@ -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…
x
Reference in New Issue
Block a user