mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 14:29:23 +00:00
.
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -87,7 +87,11 @@ jobs:
|
||||
- name: Remove basic
|
||||
run: rm -rf basic
|
||||
- name: Override git version
|
||||
if: runner.os != 'windows'
|
||||
run: __test__/override-git-version.sh
|
||||
- name: Override git version (Windows)
|
||||
if: runner.os == 'windows'
|
||||
run: __test__\\override-git-version.cmd
|
||||
- name: Basic checkout using REST API
|
||||
uses: ./
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user