Skip to content

Commit

Permalink
gh-actions/jq: Add tmpfile option + fixes/cleanups (#946)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Nov 5, 2023
1 parent be9eef8 commit 3e73bc4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
3 changes: 3 additions & 0 deletions gh-actions/jq/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ inputs:
print-result:
type: boolean
default: false
use-tmp-file:
type: boolean
default: false
runs:
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 3e73bc4

Please sign in to comment.