mirror of https://github.com/astral-sh/ruff
Use correct comment character for bash script in CI (#11896)
This should fix https://github.com/astral-sh/ruff/actions/runs/9542715937/job/26298008128
This commit is contained in:
parent
027ea899ce
commit
355d26f05c
|
|
@ -48,8 +48,8 @@ jobs:
|
||||||
id: generate-comment
|
id: generate-comment
|
||||||
if: steps.download-ecosystem-result.outputs.found_artifact == 'true'
|
if: steps.download-ecosystem-result.outputs.found_artifact == 'true'
|
||||||
run: |
|
run: |
|
||||||
// Guard against malicious ecosystem results that symlink to a secret
|
# Guard against malicious ecosystem results that symlink to a secret
|
||||||
// file on this runner
|
# file on this runner
|
||||||
if [[ -L pr/ecosystem/ecosystem-result ]]
|
if [[ -L pr/ecosystem/ecosystem-result ]]
|
||||||
then
|
then
|
||||||
echo "Error: ecosystem-result cannot be a symlink"
|
echo "Error: ecosystem-result cannot be a symlink"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue