mirror of
https://code.forgejo.org/actions/checkout.git
synced 2024-11-06 02:32:52 +01: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 */* ./
|
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 a new issue