1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-04-03 15:00:06 +02:00
checkout/__test__/override-git-version.cmd
eric sciple 17982c5f7b .
2020-01-24 15:01:51 -05:00

6 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 ..