DEV: Add a message to dedupe / mind the exit code (#31070)

This commit is contained in:
Jarek Radosz 2025-01-30 13:13:57 +01:00 committed by GitHub
parent f945549123
commit 1613770290
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,4 +42,4 @@ jobs:
git config --global user.name "Discourse CI"
git add pnpm-lock.yaml
git status
git commit -m "pnpm dedupe [dependabot skip]" && git push origin "HEAD:${GITHUB_HEAD_REF}"
git commit -m "pnpm dedupe [dependabot skip]" && git push origin "HEAD:${GITHUB_HEAD_REF}" || echo "done"