2
0
This repository has been archived on 2026-07-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
actions-checkout/__test__/override-git-version.cmd
2020-01-27 10:21:50 -05:00

7 lines
128 B
Batchfile
Executable File

mkdir override-git-version
cd override-git-version
echo @echo override git version 1.2.3 > git.cmd
echo ::add-path::%CD%
cd ..