Skip to content

Instantly share code, notes, and snippets.

@ethomson
Created December 28, 2019 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethomson/d0ce14cb07732ce7b83124f3983ca6ff to your computer and use it in GitHub Desktop.
Save ethomson/d0ce14cb07732ce7b83124f3983ca6ff to your computer and use it in GitHub Desktop.
name: Comment
on: issue_comment
jobs:
comment:
runs-on: ubuntu-latest
steps:
- run: |
echo "The comment was: $(jq --raw-output .comment.body '${{ github.event_path }}')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment