Skip to content

Commit

Permalink
Merge pull request #12 from Teko012/update-action
Browse files Browse the repository at this point in the history
Update packages and node version
  • Loading branch information
mavrosxristoforos authored Oct 25, 2022
2 parents 21fc697 + 66d740a commit 749cc7e
Show file tree
Hide file tree
Showing 151 changed files with 12,834 additions and 6,089 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ inputs:
required: true
default: '//element'
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ try {
output.push(node.value);
}
}
core.setOutput('info', output);
core.setOutput('info', String(output));
console.log(`Output: ${output}`);
}
else {
Expand Down
1 change: 1 addition & 0 deletions node_modules/.bin/uuid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 65 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions node_modules/@actions/core/LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

209 changes: 202 additions & 7 deletions node_modules/@actions/core/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions node_modules/@actions/core/lib/command.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 749cc7e

Please sign in to comment.