mirror of https://gitea.com/actions/checkout.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
In #1369, I mistakenly replaced the hash-bang lines in the two new scripts with `#!/bin/sh`, missing that both files contain the Bash'ism `[[`. Symptom as per https://github.com/actions/checkout/actions/runs/5200323109/jobs/9378889172?pr=1369#step:12:5 __test__/verify-sparse-checkout.sh: 58: [[: not found Let's change those hash-bang lines back to `#!/bin/bash`. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
3 years ago | |
|---|---|---|
| .. | ||
| git-auth-helper.test.ts | 3 years ago | |
| git-command-manager.test.ts | 3 years ago | |
| git-directory-helper.test.ts | 3 years ago | |
| git-version.test.ts | 6 years ago | |
| input-helper.test.ts | 3 years ago | |
| modify-work-tree.sh | 6 years ago | |
| override-git-version.cmd | 5 years ago | |
| override-git-version.sh | 5 years ago | |
| ref-helper.test.ts | 4 years ago | |
| retry-helper.test.ts | 4 years ago | |
| verify-basic.sh | 6 years ago | |
| verify-clean.sh | 6 years ago | |
| verify-lfs.sh | 6 years ago | |
| verify-no-unstaged-changes.sh | 6 years ago | |
| verify-side-by-side.sh | 6 years ago | |
| verify-sparse-checkout-non-cone-mode.sh | 3 years ago | |
| verify-sparse-checkout.sh | 3 years ago | |
| verify-submodules-false.sh | 6 years ago | |
| verify-submodules-recursive.sh | 6 years ago | |
| verify-submodules-true.sh | 6 years ago | |