mirror of
https://github.com/actions/checkout.git
synced 2024-11-10 04:09:20 +08:00
.
This commit is contained in:
parent
4a3a4ebf11
commit
43c99f2ebc
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -15,6 +15,11 @@ jobs:
|
|||||||
mv */* ./
|
mv */* ./
|
||||||
|
|
||||||
# Basic checkout
|
# Basic checkout
|
||||||
|
- shell: cmd
|
||||||
|
run: |
|
||||||
|
echo echo hello > git.cmd
|
||||||
|
echo ::add-path::%CD%
|
||||||
|
|
||||||
- name: Basic checkout
|
- name: Basic checkout
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user