mirror of
https://git.mirrors.martin98.com/https://github.com/actions/checkout
synced 2025-04-27 22:35:57 +08:00
7 lines
128 B
Batchfile
Executable File
7 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 ..
|