1. 首页
  2. 数据库
  3. 其它
  4. actions comment run:执行GitHub问题注释中的任何脚本 源码

actions comment run:执行GitHub问题注释中的任何脚本 源码

上传者: 2021-04-19 18:37:29上传 ZIP文件 4.95MB 热度 13次
评论运行 执行GitHub问题注释中的任何脚本 说“你好,世界” 您可以使GitHub Actions Bot说“ hello,world”。 在下面对您的问题发表评论或提出要求。 简而言之,您可以使用以下方法。 @github-actions run ```js await postComment( " hello, world " ) ; ``` 介绍这个动作 将.github/workflows/comment-run.yml注释运行。 # .github/workflows/comment-run.yml name : " Comment run " on : issue_comment : types : [created, edited] jobs : comment-run : runs-on : ubuntu-18.04 steps :
下载地址
用户评论