Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有办法从推送事件中获取提交@actions/github?
@actions/github
我试过GitHub.context.payload.comment了,但那返回未定义。
GitHub.context.payload.comment
有没有办法在 javascript/typescript 中做到这一点?
谢谢。