mirror of
http://43.153.184.91:8080/https://github.com/actions/checkout.git
synced 2026-01-27 11:12:56 +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 ..
|