mirror of
https://code.forgejo.org/actions/checkout.git
synced 2024-11-05 02:02:51 +01:00
build because all is no more (#264)
This commit is contained in:
parent
aabbfeb2ce
commit
65865e15a1
1 changed files with 1 additions and 1 deletions
|
@ -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 build"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue