mirror of
https://github.com/actions/checkout.git
synced 2025-03-31 05:20:06 +02:00
.
This commit is contained in:
parent
8f989d77af
commit
3c23708918
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -88,7 +88,12 @@ jobs:
|
|||
|
||||
# Basic checkout using REST API
|
||||
- name: Remove basic
|
||||
if: runner.os != 'windows'
|
||||
run: rm -rf basic
|
||||
- name: Remove basic (Windows)
|
||||
if: runner.os == 'windows'
|
||||
shell: cmd
|
||||
run: rmdir /s /q basic
|
||||
- name: Override git version
|
||||
if: runner.os != 'windows'
|
||||
run: __test__/override-git-version.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue