1
0
mirror of https://github.com/actions/setup-node.git synced 2025-12-17 14:28:57 +08:00

consume getJson function for better error messages (#110)

This commit is contained in:
eric sciple
2020-02-05 11:20:33 -05:00
committed by GitHub
parent d123f10543
commit 1c5c1375b3
6 changed files with 135 additions and 31 deletions

View File

@@ -12,6 +12,6 @@ if [[ "$(git status --porcelain)" != "" ]]; then
echo ----------------------------------------
echo Troubleshooting
echo ----------------------------------------
echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run all"
echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run pre-checkin"
exit 1
fi