Fix syncpack action syntax error (#34530)
* Fix syncpack action syntax error * Update syncpack.yml
This commit is contained in:
parent
30151a6cf7
commit
6da30852c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue