Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lgmorand/github-action-hello
Sample GitHub Action
https://github.com/lgmorand/github-action-hello
Last synced: 6 days ago
JSON representation
Sample GitHub Action
- Host: GitHub
- URL: https://github.com/lgmorand/github-action-hello
- Owner: lgmorand
- License: mit
- Created: 2022-11-20T09:53:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T20:54:18.000Z (about 2 months ago)
- Last Synced: 2024-10-18T20:40:40.402Z (29 days ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Action: hello world
Simple hello world action as a sample
## Usage V1
``` yaml
- uses: lgmorand/github-action-hello@v1
with:
firstname: jean
```## Usage V2
``` yaml
- uses: lgmorand/github-action-hello@v2
with:
firstname: jean
firstname2: marie
```