Skip to content

Commit fb227a6

Browse files
committed
ci: period on notice
1 parent a5e0e6e commit fb227a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,5 @@ jobs:
186186
git config user.name "github-actions[bot]"
187187
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
188188
[ -z "$(git status --porcelain)" ] \
189-
&& echo "::notice::Nothing new to report" \
189+
&& echo "::notice::Nothing new to report." \
190190
|| (git add . && git commit -m "docs(implementations): audit report [skip ci]" && git push)

0 commit comments

Comments
 (0)