|
|
||
|---|---|---|
| dist | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| action.yml | ||
| package-lock.json | ||
| package.json | ||
README.md
action-env-replace
This action replace all env that starts with APP_ with env value in file
Inputs
file
Required The text of the kubeconfig. Default "".
Example usage
uses: git.qtoa.cn/actions/action-env-replacer@0.0.2
with:
file: 'deployment.yaml'
show: false
deployment.yaml
name: ${APP_NAME}