From 355d26f05cf2388a3d1b38819def0c4206be8bc1 Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Mon, 17 Jun 2024 11:39:20 +0530 Subject: [PATCH] Use correct comment character for bash script in CI (#11896) This should fix https://github.com/astral-sh/ruff/actions/runs/9542715937/job/26298008128 --- .github/workflows/pr-comment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml index 6e61da5466b8e..429f1f2c749c2 100644 --- a/.github/workflows/pr-comment.yaml +++ b/.github/workflows/pr-comment.yaml @@ -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"