Skip to content

Commit 8390046

Browse files
committed
DEBUG #12
Signed-off-by: tdruez <[email protected]>
1 parent df0557e commit 8390046

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/scan-codebase.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ jobs:
1111
- name: DEBUG
1212
shell: bash
1313
run: |
14-
ls ./
15-
ls ../
16-
ls ../../
14+
ls ./scancode-inputs
1715
- name: Run the action from current branch
18-
uses: ./
16+
uses: ./scancode-inputs
1917
with:
2018
pipelines: "scan_codebase"
2119
check-compliance: true

0 commit comments

Comments
 (0)