Files
action-versions/.github/CONTRIBUTING.md
Thomas Boop b9a893e847 Readme updates (#2)
* Update README.md

* add contributing, license, readme updates

* cleanup

* Update README.md
2023-09-22 16:03:16 -04:00

40 lines
633 B
Markdown

## Build
To build the layout, run `script/build.sh`
## Actions
### Add an action
To add an action, run `script/add-action.sh`
__Example adding an action__
```
script/add-action.sh actions/checkout
```
### Update an action
To update the refs for an action, run `script/update-action.sh`
__Example updating one action__
```
script/update-action.sh actions/checkout
```
__Example updating all actions__
```
script/update-action.sh --all
```
- If you hand-edit an action config, make sure you run `script/build.sh` to regenerate the action build scripts.
## Troubleshooting
Set `GITHUB_ACTIONS_DEBUG=1` for debug output