mirror of
https://github.com/actions/checkout.git
synced 2026-03-04 08:41:01 +08:00
Compare commits
2 Commits
1822540092
...
aee4e771e0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aee4e771e0 | ||
|
|
e6fcf6734f |
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -266,11 +266,11 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: v3
|
||||
path: v4
|
||||
|
||||
# Basic checkout using git
|
||||
- name: Checkout basic
|
||||
uses: ./v3
|
||||
uses: ./v4
|
||||
with:
|
||||
ref: test-data/v2/basic
|
||||
- name: Verify basic
|
||||
@ -291,7 +291,7 @@ jobs:
|
||||
git fetch --no-tags --depth=1 origin +refs/heads/main:refs/remotes/origin/main
|
||||
|
||||
# needed to make checkout post cleanup succeed
|
||||
- name: Fix Checkout v3
|
||||
- name: Fix Checkout v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: v3
|
||||
path: v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user