From 5acaf6787188e51d53e0555265516c114e5a8935 Mon Sep 17 00:00:00 2001 From: ashwiniag Date: Sat, 12 Oct 2024 21:36:00 +0530 Subject: [PATCH] fix syntax --- .github/actions/gokakashi-scan/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/gokakashi-scan/action.yaml b/.github/actions/gokakashi-scan/action.yaml index cd8d36f..54ff930 100644 --- a/.github/actions/gokakashi-scan/action.yaml +++ b/.github/actions/gokakashi-scan/action.yaml @@ -25,7 +25,6 @@ inputs: required: false default: 'CRITICAL' - outputs: report_url: description: 'URL of the scan report' @@ -34,4 +33,4 @@ runs: using: 'node16' pre: | npm install - main: 'index.js' + main: 'index.js' \ No newline at end of file