setup-github-comment
ActionsTags
(2)The shmokmt/actions-setup-github-comment action installs suzuki-shunsuke/github-comment to the PATH
in your GitHub Actions.
Tip
If you just want to hide tfcmt comments, the tfcmt -patch option is more convenient. ref. https://suzuki-shunsuke.github.io/tfcmt/plan-patch/
Optional. The version of tfcmt. Default is "latest".
This action can run be on ubuntu-latest
and macos-latest
.
Use latest version
steps:
- uses: shmokmt/actions-setup-github-comment@v2
Use specific version
steps:
- uses: shmokmt/actions-setup-github-comment@v2
with:
version: v4.0.1
setup-github-comment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.