fix error text

This commit is contained in:
Maxime Gimeno 2021-07-30 09:59:04 +02:00
parent 2af6116d76
commit a945067ae6
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ jobs:
mv tmp.html index.html
git add ${PR_NUMBER}/$ROUND index.html && git commit -q --amend -m "base commit" && git push -q -f -u origin master
else
echo "::set-output name=DoxygenError::This round already exists. Overwrite it with `/force-build`"
echo "::set-output name=DoxygenError::This round already exists. Overwrite it with /force-build"
exit 1
fi