Skip to content

Commit

Permalink
Use correct comment character for bash script in CI (#11896)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila authored Jun 17, 2024
1 parent 027ea89 commit 355d26f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 355d26f

Please sign in to comment.