TBD
To get started with this action:
- id: deploy
The default version of this action is currently hardcoded to v1
. If action parameter names are changed, removed, or required new parameters are added then the action version will need to be updated to prevent any dependencies from breaking. Basically, be mindful if making changes to action.yml
.
See .github/workflows
for build and publishing instructions.
NOTE: GitHub actions does not currently support private actions to be shared across projects. No sensitive information should be hardcoded in this action.
Some useful documetation for creating actions: