https://github.com/aserto-dev/opa-build-action
OPA build action
https://github.com/aserto-dev/opa-build-action
Last synced: about 1 year ago
JSON representation
OPA build action
- Host: GitHub
- URL: https://github.com/aserto-dev/opa-build-action
- Owner: aserto-dev
- License: mit
- Created: 2020-12-04T17:38:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T18:28:01.000Z (over 3 years ago)
- Last Synced: 2025-03-12T05:03:09.162Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opa-build-action
OPA bundle build action
## Inputs
### `source`
**Required** The file path to the input source directory to build the bundle from. Default `"./src"`.
### `target`
**Required** The file path to the build output. Default `"./build/bundle.tar.gz"`.
### `options`
Optional build options like --debug --optimize etc.
## Outputs