diff --git a/entrypoint.sh b/entrypoint.sh index 9cd99be..447a4a1 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -33,6 +33,10 @@ echo "\"buildName\":\"GitHub Actions Run #${INPUT_GITHUB_RUN_ID}\",\"buildOrder\ #cat executor.json mv ./executor.json ./${INPUT_ALLURE_RESULTS} +#environment.properties +echo "URL=${GITHUB_PAGES_WEBSITE_URL}" > environment.properties +mv ./environment.properties ./${INPUT_ALLURE_RESULTS} + echo "keep allure history from ${INPUT_ALLURE_HISTORY}/last-history to ${INPUT_ALLURE_RESULTS}/history" cp -r ./${INPUT_ALLURE_HISTORY}/last-history/. ./${INPUT_ALLURE_RESULTS}/history