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
- Host: GitHub
- URL: https://github.com/matt-izatt/poc-github-action
- Owner: matt-izatt
- Created: 2021-05-01T22:02:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T00:11:01.000Z (about 5 years ago)
- Last Synced: 2024-06-23T19:39:43.557Z (about 2 years ago)
- Topics: actions, github
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'