diff --git a/.github/workflows/dependabot-pnpm-dedupe.yml b/.github/workflows/dependabot-pnpm-dedupe.yml index c7892f602dd..ed99676bb24 100644 --- a/.github/workflows/dependabot-pnpm-dedupe.yml +++ b/.github/workflows/dependabot-pnpm-dedupe.yml @@ -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"