mirror of
https://github.com/actions/checkout.git
synced 2025-03-13 08:58:41 +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:
|
||||
- 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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user