Skip to content

Commit

Permalink
Merge pull request #4 from globis-org/mod/post-pr-comment
Browse files Browse the repository at this point in the history
mod: コマンドを複数記述する場合は|が必要だったため修正する
  • Loading branch information
mutao-net authored Dec 20, 2023
2 parents 3c2d228 + 22243e6 commit fe971e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secrets-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
URL: ${{ github.event.pull_request.html_url }}
run:
run: |
sed -i -e '1i ```' -e '$a ```' trivy.txt
gh pr comment -F ./trivy.txt "${URL}"

0 comments on commit fe971e9

Please sign in to comment.