mirror of
https://github.com/actions/checkout.git
synced 2026-03-04 08:41:01 +08:00
Compare commits
No commits in common. "2c1d492c248fe8a94b9b6cc54cdb7b511bb6635c" and "64c7eac3cbc999abd8213d2d0e5b095dec57cbab" have entirely different histories.
2c1d492c24
...
64c7eac3cb
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: localClone
|
||||
path: v4
|
||||
|
||||
# Basic checkout using git
|
||||
- name: Checkout basic
|
||||
uses: ./localClone
|
||||
uses: ./v4.1.6
|
||||
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: localClone
|
||||
path: v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user