Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```