action-env-replacer/README.md

348 B

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.1
with:
  file: 'deployment.yaml'
  force: true

deployment.yaml

name: ${APP_NAME}