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:
Dhruv Manilawala
2024-06-17 11:39:20 +05:30
committed by GitHub
parent 027ea899ce
commit 355d26f05c

View File

@@ -48,8 +48,8 @@ jobs:
id: generate-comment
if: steps.download-ecosystem-result.outputs.found_artifact == 'true'
run: |
// Guard against malicious ecosystem results that symlink to a secret
// file on this runner
# Guard against malicious ecosystem results that symlink to a secret
# file on this runner
if [[ -L pr/ecosystem/ecosystem-result ]]
then
echo "Error: ecosystem-result cannot be a symlink"