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
- Host: GitHub
- URL: https://github.com/jonelantha/helloworld-github-action
- Owner: jonelantha
- Created: 2020-02-16T19:05:39.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T20:09:42.000Z (over 3 years ago)
- Last Synced: 2025-02-02T02:35:31.815Z (over 1 year ago)
- Language: HTML
- Size: 259 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)