Skip to content

Commit

Permalink
fix sanitize
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Oct 9, 2024
1 parent 6900eea commit 06439b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/comment_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- name: Echo the comment
env:
MY_SECRET: ${{ secrets.MY_SECRET }}
COMMENT_BODY: ${{ github.event.comment.body }}
run: |
echo "${{ github.event.comment.body }}"
echo "$COMMENT_BODY"

0 comments on commit 06439b0

Please sign in to comment.