pull/144/head
eric sciple 5 years ago
parent b2405e40be
commit 17982c5f7b

@ -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:

@ -0,0 +1,6 @@
mkdir override-git-version
cd override-git-version
echo @echo override git version 1.2.3 > git.cmd
echo ::add-path::%CD%
cd ..
Loading…
Cancel
Save