1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-28 11:00:05 +01:00

fixed failing unit test

This commit is contained in:
John Wesley Walker III 2024-06-12 16:10:55 +00:00
parent 64c7eac3cb
commit 823fceebd3

View file

@ -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