mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-04 13:57:48 +02:00
Update test-missing-git-ref.yaml
This commit is contained in:
parent
15f4946402
commit
f4fa7bd23d
1 changed files with 5 additions and 0 deletions
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…
Add table
Reference in a new issue