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

https://github.com/jonelantha/helloworld-github-action

Example local lightweight node GitHub Action
https://github.com/jonelantha/helloworld-github-action

Last synced: 5 months ago
JSON representation

Example local lightweight node GitHub Action

Awesome Lists containing this project

README

          

# helloworld-github-action

An example of creating a local github action:

In this repo:
- [.github/workflows/actions/helloworld](./.github/workflows/actions/helloworld/) - example action
- [.github/workflows/actions/helloworld-workflow.yml](./.github/workflows/helloworld-workflow.yml) - example workflow which uses the action

For more information see [Create your own local js GitHub Action with just two files](https://blog.elantha.com/local-javascript-github-action/)