mirror of
https://git.mirrors.martin98.com/https://github.com/actions/checkout
synced 2025-04-28 14:55:34 +08: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 ..
|