Skip to content

Commit bf97be7

Browse files
committed
ci fix
1 parent ac5cd13 commit bf97be7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@ jobs:
4949
id: checkout
5050
uses: actions/checkout@v4
5151

52-
- name: show data files
53-
id: show1
52+
- name: show input
53+
id: show_input
5454
run: |
55-
ls -l .
56-
ls -l ./data/
55+
ls -l ./data/FD13-FullUSB.zip-report.rl.json
5756
5857
- name: Test Local Action
5958
id: test-action
@@ -62,7 +61,7 @@ jobs:
6261
rl_json_path: './data/FD13-FullUSB.zip-report.rl.json'
6362
md_report_path: './report-rl-json.md'
6463

65-
- name: show data files
66-
id: show2
64+
- name: show output
65+
id: show_output
6766
run: |
68-
ls -l .
67+
ls -l ./report-rl-json.md

0 commit comments

Comments
 (0)