mirror of
https://github.com/actions/checkout.git
synced 2025-04-03 10:06:34 +00:00
Update test-missing-git-ref.yaml
This commit is contained in:
parent
f58ab7734d
commit
15f4946402
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test-missing-git-ref.yaml
vendored
3
.github/workflows/test-missing-git-ref.yaml
vendored
|
@ -9,6 +9,9 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.2.2
|
||||
|
||||
- name: Push dummy PR
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue