mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 09:10:16 +03:00
follow proxy settings
This commit is contained in:
parent
090d9c9dfd
commit
2285ac189f
6 changed files with 1111 additions and 53 deletions
9
__test__/override-git-version.sh
Executable file
9
__test__/override-git-version.sh
Executable 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 "::add-path::$(pwd)"
|
||||
cd ..
|
Loading…
Add table
Add a link
Reference in a new issue