Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shmokmt/actions-setup-github-comment
Setup suzuki-shunsuke/github-comment Action
https://github.com/shmokmt/actions-setup-github-comment
actions comment terraform
Last synced: 9 days ago
JSON representation
Setup suzuki-shunsuke/github-comment Action
- Host: GitHub
- URL: https://github.com/shmokmt/actions-setup-github-comment
- Owner: shmokmt
- License: mit
- Created: 2021-12-09T12:44:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T09:24:12.000Z (11 months ago)
- Last Synced: 2024-04-25T14:42:11.068Z (7 months ago)
- Topics: actions, comment, terraform
- Language: Shell
- Homepage: https://github.com/marketplace/actions/setup-github-comment
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# actions-setup-github-comment
[![Setup test](https://github.com/shmokmt/actions-setup-github-comment/actions/workflows/test.yml/badge.svg)](https://github.com/shmokmt/actions-setup-github-comment/actions/workflows/test.yml)
The shmokmt/actions-setup-github-comment action installs [suzuki-shunsuke/github-comment](https://github.com/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/## `Inputs`
### `version`
Optional. The version of tfcmt. Default is "latest".
## Usage
This action can run be on `ubuntu-latest` and `macos-latest`.
Use latest version
```yaml
steps:
- uses: shmokmt/actions-setup-github-comment@v2
```Use specific version
```yaml
steps:
- uses: shmokmt/actions-setup-github-comment@v2
with:
version: v4.0.1
```