Skip to content

Commit f398be8

Browse files
committed
fix: Fix an error in check-dist workflow
Signed-off-by: Austin Ziegler <[email protected]>
1 parent 6e1652e commit f398be8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
run: |
134134
git config user.name "${APP_SLUG}[bot]"
135135
git config user.email "[bot]@users.noreply.github.com"
136-
git config user.email '${APP_ID}+${APP_SLUG}[bot]@users.noreply.github.com'
136+
git config user.email "${APP_ID}+${APP_SLUG}[bot]@users.noreply.github.com"
137137
138138
git add dist/ biome.json
139139

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Security Policy
1+
# KineticCafe/actions-dco Security Policy
22

33
## LLM-Generated Security Report Policy
44

0 commit comments

Comments
 (0)