mirror of
https://github.com/actions/checkout.git
synced 2025-09-12 02:32:20 +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
|
||||
uses: actions/checkout@v4.1.6
|
||||
with:
|
||||
path: v4
|
||||
path: localClone
|
||||
|
||||
# Basic checkout using git
|
||||
- name: Checkout basic
|
||||
uses: ./v4.1.6
|
||||
uses: ./localClone
|
||||
with:
|
||||
ref: test-data/v2/basic
|
||||
- name: Verify basic
|
||||
@@ -294,4 +294,4 @@ jobs:
|
||||
- name: Fix Checkout v4
|
||||
uses: actions/checkout@v4.1.6
|
||||
with:
|
||||
path: v4
|
||||
path: localClone
|
||||
|
Reference in New Issue
Block a user