mirror checkout v4

This commit is contained in:
actions-mirror
2026-09-01 23:08:34 +08:00
commit a48da8656b
104 changed files with 53892 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
mkdir override-git-version
cd override-git-version
echo "#!/bin/sh" > git
echo "echo override git version 1.2.3" >> git
chmod +x git
echo "$(pwd)" >> $GITHUB_PATH
cd ..