mirror of
https://github.com/ischanx/checkout.git
synced 2023-11-25 21:22:28 +01:00
6 lines
134 B
Batchfile
Executable file
6 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 ..
|