Go to file
moweilin 65e53b8e3b 添加显示文件的内容 2024-01-18 00:07:54 +08:00
dist 添加显示文件的内容 2024-01-18 00:07:54 +08:00
src 添加显示文件的内容 2024-01-18 00:07:54 +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 添加显示文件的内容 2024-01-18 00:07:54 +08:00
action.yml 添加显示文件的内容 2024-01-18 00:07:54 +08:00
package-lock.json build project 2024-01-17 23:21:01 +08:00
package.json 添加显示文件的内容 2024-01-18 00:07:54 +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.2
with:
  file: 'deployment.yaml'
  show: false

deployment.yaml

name: ${APP_NAME}