Skip to content

Commit

Permalink
Update dependencies and runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
franzbischoff committed Feb 1, 2024
1 parent 86ea214 commit 74bef60
Show file tree
Hide file tree
Showing 4 changed files with 7,552 additions and 4,853 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'replace_envs'
author: 'Francisco Bischoff'
description: 'Replace Environment Variables with their values'
branding:
icon: 'repeat'
icon: 'repeat'
color: 'blue'
inputs:
from_file: # URI of input
Expand All @@ -18,5 +18,6 @@ inputs:
required: true
default: 'true'
runs:
using: 'node12'
runs:
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 74bef60

Please sign in to comment.