Fix syncpack action syntax error (#34530)

* Fix syncpack action syntax error

* Update syncpack.yml
This commit is contained in:
jonathansadowski 2022-09-01 16:08:18 -05:00 committed by GitHub
parent 30151a6cf7
commit 6da30852c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -28,6 +28,5 @@ jobs:
- name: 'Explain Remedy'
if: failure()
run: |
echo "Dependency version mismatch detected. This can usually be fixed automatically by updating the pinned version in \`.syncpackrc` and then running: \`pnpm run
sync-dependencies\`"
echo "Dependency version mismatch detected. This can usually be fixed automatically by updating the pinned version in \`.syncpackrc\` and then running: \`pnpm run sync-dependencies\`"
exit 1