We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bfbc8 commit 9b7abdaCopy full SHA for 9b7abda
.gitignore
@@ -2,6 +2,7 @@ node_modules/
2
3
# Editors
4
.vscode
5
+.idea
6
7
# Logs
8
logs
action.yml
@@ -20,5 +20,5 @@ outputs:
20
task-definition:
21
description: 'The path to the rendered task definition file'
22
runs:
23
- using: 'node12'
+ using: 'node16'
24
main: 'dist/index.js'
0 commit comments