matt-izatt / poc-github-action

Test project to learn how to write Github actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First javascript action

This action prints a comment on a pull request.

Inputs

message

Required The body of the comment. Default "Hello World".

Example usage

uses: actions/mi-github-action@v1.0 with: message: 'Thanks for your pull request'

About

Test project to learn how to write Github actions


Languages

Language:JavaScript 68.3%Language:TypeScript 31.7%