Skip to content

Commit

Permalink
Update action values
Browse files Browse the repository at this point in the history
  • Loading branch information
MM53 authored and coder-hugo committed Mar 17, 2022
1 parent b415610 commit 96e8e4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ inputs:
description: 'Data to use for rendering templates as yaml or json objects'
required: true
outputs:
used_runtime_values:
description: 'Used runtime values to replace them with another template engine later'
runtime-placeholder-files:
description: 'Files containing runtime placeholders to process them with another template engine later'
runs:
using: 'docker'
image: 'docker://ghcr.io/ionos-deploy-now/template-renderer:v1.0.0'
Expand All @@ -32,6 +32,6 @@ runs:
- '--secrets'
- ${{ inputs.secrets }}
- '--runtime'
- '{"db": {"user": "$DB_USER", "password": "$DB_PASSWORD", "url": "$DB_URL"}}'
- '{"db": {"user": "@DB_USERNAME@", "password": "@DB_PASSWORD@", "host": "@DB_HOST@", "name": "@DB_NAME@"}, "app_url": "@APP_URL@"}'
- '--copy-permissions'
- '--output-runtime'
- '--output-runtime-placeholder-files'

0 comments on commit 96e8e4a

Please sign in to comment.