This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
steps.check.outputs.comment_body
is blank
#6
Comments
A workaround is to use
|
yeah this repository is not compiled, need to run |
or use https://github.com/peter-evans/slash-command-dispatch this is more powerful |
na4zagin3
added a commit
to na4zagin3/satyrographos-repo
that referenced
this issue
Jul 27, 2020
Workaround blank `steps.check.outputs.comment_body` with `github.event.comment.body` See Khan/pull-request-comment-trigger#6
@IanButterworth That worked for me, thank you so much! |
Both github.event.comment.body and steps.check.outputs.comment_body do not work for me. Any leads how to access PR comment on Github Action |
someone was able to fix that? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
steps.check.outputs.comment_body
seems to always be blank for me.I'm triggering this with a comment
RunTest test1
hoping that the job runsecho RunTest test1
However I get
echo
as the step name and a blank echo output.If I replace the echo with 'echo ${{ steps.check.outputs.trigger }}' I get
echo true
so it seemscomment_body
has an issueThe text was updated successfully, but these errors were encountered: