Skip to content

Commit 8415b38

Browse files
committed
fix: use correct prefix
1 parent 13cd95f commit 8415b38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/config-prettier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
secrets: inherit
2424
with:
2525
workingDirectory: "config-prettier"
26-
prefix: "config-prettier"
26+
prefix: "config-prettier/"

.github/workflows/eslint-config-typescript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
secrets: inherit
2424
with:
2525
workingDirectory: "eslint-config-typescript"
26-
prefix: "eslint-config-typescript"
26+
prefix: "eslint-config-typescript/"

0 commit comments

Comments
 (0)