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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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"