Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Jan 29, 2024
1 parent bb349ae commit f4aba86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- name: Install and setup ScanCode.io
shell: bash
run: |
echo "${{ steps.python.outputs.python-path }}"
ls -la ${{ steps.python.outputs.python-path }}
GET_SECRET_KEY=`cat /dev/urandom | head -c 50 | base64`
echo "SECRET_KEY=GET_SECRET_KEY"
# pip install scancodeio
Expand Down

0 comments on commit f4aba86

Please sign in to comment.