Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
terminal

GitHub Action

setup-github-comment

v1.0.0

setup-github-comment

terminal

setup-github-comment

Setup suzuki-shunsuke/github-comment

Installation

Copy and paste the following snippet into your .yml file.

              

- name: setup-github-comment

uses: shmokmt/[email protected]

Learn more about this action in shmokmt/actions-setup-github-comment

Choose a version

actions-setup-tfcmt

Setup test

The shmokmt/actions-setup-github-comment action installs suzuki-shunsuke/github-comment to the PATH in your GitHub Actions.

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

steps:
  - uses: shmokmt/actions-setup-github-comment@v1

Use specific version

steps:
  - uses: shmokmt/actions-setup-github-comment@v1
    with:
      version: v4.0.1