* Update README.md * add contributing, license, readme updates * cleanup * Update README.md
633 B
633 B
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.shto regenerate the action build scripts.
Troubleshooting
Set GITHUB_ACTIONS_DEBUG=1 for debug output