Skip to content

Commit f9c6a99

Browse files
authored
Merge pull request #18 from gigimon/master
Fix replacing properties file
2 parents 2555e30 + 75cffa8 commit f9c6a99

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ echo "\"buildName\":\"GitHub Actions Run #${INPUT_GITHUB_RUN_ID}\",\"buildOrder\
5454
mv ./executor.json ./${INPUT_ALLURE_RESULTS}
5555

5656
#environment.properties
57-
echo "URL=${GITHUB_PAGES_WEBSITE_URL}" >> environment.properties
58-
mv ./environment.properties ./${INPUT_ALLURE_RESULTS}
57+
echo "URL=${GITHUB_PAGES_WEBSITE_URL}" >> ./${INPUT_ALLURE_RESULTS}/environment.properties
5958

6059
echo "keep allure history from ${INPUT_GH_PAGES}/last-history to ${INPUT_ALLURE_RESULTS}/history"
6160
cp -r ./${INPUT_GH_PAGES}/last-history/. ./${INPUT_ALLURE_RESULTS}/history

0 commit comments

Comments
 (0)