Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```