We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e0e6e commit fb227a6Copy full SHA for fb227a6
.github/workflows/audits.yml
@@ -186,5 +186,5 @@ jobs:
186
git config user.name "github-actions[bot]"
187
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
188
[ -z "$(git status --porcelain)" ] \
189
- && echo "::notice::Nothing new to report" \
+ && echo "::notice::Nothing new to report." \
190
|| (git add . && git commit -m "docs(implementations): audit report [skip ci]" && git push)
0 commit comments