Skip to content

Commit

Permalink
ci(legitify): adding ls to get to know file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmmr authored Aug 18, 2023
1 parent 7a06810 commit 6b87b9a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/legitify-repo-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:
scorecard: yes
- name: Print Error Log
if: failure()
run: cat ./error.log
run: ls
- name: Print Error Log
if: failure()
run: cat error.log
- name: Print Permisson Log
if: failure()
run: cat ./permissions_log.json
run: cat permissions_log.json


0 comments on commit 6b87b9a

Please sign in to comment.