Skip to content

Commit e74b1f1

Browse files
committed
fix: correct action default directory
1 parent 95eac2f commit e74b1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
defaults:
66
run:
77
shell: bash
8-
working-directory: ./report
8+
working-directory: report
99

1010
jobs:
1111
report:

0 commit comments

Comments
 (0)