mirror of
https://github.com/actions/checkout
synced 2024-11-15 03:05:01 +00:00
7 lines
134 B
Batchfile
Executable file
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 ..
|