0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2024-09-19 23:13:28 +03:00
checkout/__test__/override-git-version.cmd
2020-09-30 11:41:09 -04:00

7 lines
134 B
Batchfile
Executable file

mkdir override-git-version
cd override-git-version
echo @echo override git version 1.2.3 > git.cmd
echo "%CD%" >> $GITHUB_PATH
cd ..