Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
sqin2019 committed Oct 27, 2023
1 parent db97b07 commit 3d7bf7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd /scancode-toolkit
pwd .
ls /github/workflow -al

echo "json=artifacts/scancode.json" >> $GITHUB_OUTPUT
echo "csv=artifacts/scancode.csv" >> $GITHUB_OUTPUT
echo "json=scancode.json" >> $GITHUB_OUTPUT
echo "csv=scancode.csv" >> $GITHUB_OUTPUT

# python /license_check.py -c /github/workspace/license_config.yml -s /github/workspace/artifacts/scancode.json -f /github/workspace/$1 -o /github/workspace/artifacts/report.txt

0 comments on commit 3d7bf7e

Please sign in to comment.