Files
action-checkout/__test__/override-git-version.cmd
T
gouki 7d12858cbd
Check dist / check-dist (push) Successful in 1m35s
Licensed / Check licenses (push) Successful in 1m16s
Build and Test / test (ubuntu-latest) (push) Failing after 2s
Build and Test / test-proxy (push) Failing after 4s
Build and Test / test-bypass-proxy (push) Failing after 2s
Build and Test / test-git-container (push) Failing after 3s
Build and Test / build (push) Failing after 1m15s
Build and Test / test-output (push) Failing after 2s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Failing after 2m2s
Mirror actions/checkout v4.2.2
2026-07-16 22:44:27 +08:00

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 ..