mirror of
https://github.com/actions/checkout.git
synced 2026-03-04 08:41:01 +08:00
Compare commits
2 Commits
64c7eac3cb
...
2c1d492c24
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c1d492c24 | ||
|
|
823fceebd3 |
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -266,11 +266,11 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.6
|
uses: actions/checkout@v4.1.6
|
||||||
with:
|
with:
|
||||||
path: v4
|
path: localClone
|
||||||
|
|
||||||
# Basic checkout using git
|
# Basic checkout using git
|
||||||
- name: Checkout basic
|
- name: Checkout basic
|
||||||
uses: ./v4.1.6
|
uses: ./localClone
|
||||||
with:
|
with:
|
||||||
ref: test-data/v2/basic
|
ref: test-data/v2/basic
|
||||||
- name: Verify basic
|
- name: Verify basic
|
||||||
@ -294,4 +294,4 @@ jobs:
|
|||||||
- name: Fix Checkout v4
|
- name: Fix Checkout v4
|
||||||
uses: actions/checkout@v4.1.6
|
uses: actions/checkout@v4.1.6
|
||||||
with:
|
with:
|
||||||
path: v4
|
path: localClone
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user