Skip to content

Commit

Permalink
remove set output from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnamehrotra committed Jun 14, 2023
1 parent 2bf6a7f commit 0b105cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
report_file="report.json"
vuln_count=$(jq '.Results | length' "$report_file")
echo "::set-output name=vuln_count::$vuln_count"
echo "vuln_count=$vuln_count" >> $GITHUB_OUTPUT
- name: Copa Action
if: steps.vuln_cout.outputs.vuln_count != '0'
Expand Down

0 comments on commit 0b105cc

Please sign in to comment.