Go to file
moweilin 40d34d65d9 build project 2024-01-17 23:21:01 +08:00
dist build project 2024-01-17 23:21:01 +08:00
src build project 2024-01-17 23:21:01 +08:00
.gitignore build project 2024-01-17 23:21:01 +08:00
LICENSE Initial commit 2024-01-17 22:47:02 +08:00
README.md build project 2024-01-17 23:21:01 +08:00
action.yml build project 2024-01-17 23:21:01 +08:00
package-lock.json build project 2024-01-17 23:21:01 +08:00
package.json build project 2024-01-17 23:21:01 +08:00

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

deployment.yaml

name: ${APP_NAME}