Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwiniag committed Oct 12, 2024
1 parent 250294b commit 5acaf67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/gokakashi-scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ inputs:
required: false
default: 'CRITICAL'


outputs:
report_url:
description: 'URL of the scan report'
Expand All @@ -34,4 +33,4 @@ runs:
using: 'node16'
pre: |
npm install
main: 'index.js'
main: 'index.js'

0 comments on commit 5acaf67

Please sign in to comment.