mirror of
https://code.forgejo.org/actions/checkout.git
synced 2024-11-05 02:02:51 +01:00
96f53100ba
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> |
||
---|---|---|
.. | ||
git-auth-helper.test.ts | ||
git-command-manager.test.ts | ||
git-directory-helper.test.ts | ||
git-version.test.ts | ||
input-helper.test.ts | ||
modify-work-tree.sh | ||
override-git-version.cmd | ||
override-git-version.sh | ||
ref-helper.test.ts | ||
retry-helper.test.ts | ||
verify-basic.sh | ||
verify-clean.sh | ||
verify-lfs.sh | ||
verify-no-unstaged-changes.sh | ||
verify-side-by-side.sh | ||
verify-sparse-checkout-non-cone-mode.sh | ||
verify-sparse-checkout.sh | ||
verify-submodules-false.sh | ||
verify-submodules-recursive.sh | ||
verify-submodules-true.sh |