mirror of http://gitea.com/actions/checkout
This commit is contained in:
parent
4a3a4ebf11
commit
43c99f2ebc
|
@ -15,6 +15,11 @@ jobs:
|
|||
mv */* ./
|
||||
|
||||
# Basic checkout
|
||||
- shell: cmd
|
||||
run: |
|
||||
echo echo hello > git.cmd
|
||||
echo ::add-path::%CD%
|
||||
|
||||
- name: Basic checkout
|
||||
uses: ./
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue