mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 06:04:17 +08:00
DEV: Add a message to dedupe / mind the exit code (#31070)
This commit is contained in:
parent
f945549123
commit
1613770290
2
.github/workflows/dependabot-pnpm-dedupe.yml
vendored
2
.github/workflows/dependabot-pnpm-dedupe.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user