fix(test): move entrypoint script to root directory

This commit is contained in:
orhun
2021-06-18 02:03:26 +03:00
parent f789518db8
commit 8d366d69d0
2 changed files with 2 additions and 2 deletions

View File

@@ -18,4 +18,4 @@ echo "$changelog"
echo "::set-output name=changelog::$changelog"
# Pass exit code to the next step
echo ::set-output name=exit_code::$exit_code
echo "::set-output name=exit_code::$exit_code"