Created
December 28, 2019 20:39
-
-
Save ethomson/d0ce14cb07732ce7b83124f3983ca6ff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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