Minor automated message improvements

This commit is contained in:
Mael Rouxel-Labbé 2021-09-08 16:07:43 +02:00
parent 64738572f8
commit edec8b0784
2 changed files with 3 additions and 3 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

View File

@ -61,7 +61,7 @@ jobs:
uses: actions/github-script@v3
with:
script: |
const address = "The testsuite is lauched. results will be found, after it is done, here : https://cgal.geometryfactory.com/~cgaltest/test_suite/TESTRESULTS/index.shtml "
const address = "Testsuite launched. Result page: https://cgal.geometryfactory.com/~cgaltest/test_suite/TESTRESULTS/index.shtml "
github.issues.createComment({
owner: "CGAL",
repo: "cgal",