Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 656 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 656 Bytes

PostCatComment

This action is create cat comment.

Inputs

owner

Required owner name.

repo

Required repo name.

issueNumber

Required issue number.

Maybe, {{ github.event.issues.id }} .

myToken

Required github token.

{{ secrets.GITHUB_TOKEN }} .

Outputs

 ∧,,∧

(=・ω・)

(,, uuノ

Example usage

jobs:
  build:
    steps:
    - name: Post Cat Comment
      uses: starfish719/post-cat-comment@v1
      with:
        owner: starfish719
        repo: post-cat-comment
        issueNumber: {{ github.event.issues.id }}
        myToken: ${{ secrets.GITHUB_TOKEN }}