Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledarath committed May 23, 2024
1 parent 06098a5 commit 234e13c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export async function run(): Promise<void> {
])
const secrets = getSecrets(core.getInput('secrets'))

await fs.writeFile('./values.yml', '{}')

await renderFiles(valueFiles.concat(['./values.yml']), {
secrets,
deployment: context.payload.deployment
Expand Down

0 comments on commit 234e13c

Please sign in to comment.