We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2555e30 + 75cffa8 commit f9c6a99Copy full SHA for f9c6a99
1 file changed
entrypoint.sh
@@ -54,8 +54,7 @@ echo "\"buildName\":\"GitHub Actions Run #${INPUT_GITHUB_RUN_ID}\",\"buildOrder\
54
mv ./executor.json ./${INPUT_ALLURE_RESULTS}
55
56
#environment.properties
57
-echo "URL=${GITHUB_PAGES_WEBSITE_URL}" >> environment.properties
58
-mv ./environment.properties ./${INPUT_ALLURE_RESULTS}
+echo "URL=${GITHUB_PAGES_WEBSITE_URL}" >> ./${INPUT_ALLURE_RESULTS}/environment.properties
59
60
echo "keep allure history from ${INPUT_GH_PAGES}/last-history to ${INPUT_ALLURE_RESULTS}/history"
61
cp -r ./${INPUT_GH_PAGES}/last-history/. ./${INPUT_ALLURE_RESULTS}/history
0 commit comments