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

https://github.com/matt-izatt/poc-github-action

Test project to learn how to write Github actions
https://github.com/matt-izatt/poc-github-action

actions github

Last synced: about 2 months ago
JSON representation

Test project to learn how to write Github actions

Awesome Lists containing this project

README

          

# 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'