mirror of
https://code.forgejo.org/actions/checkout.git
synced 2024-11-05 19:45:50 +00:00
.
This commit is contained in:
parent
4a3a4ebf11
commit
43c99f2ebc
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -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 a new issue