We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250ea6e commit fd6f7a7Copy full SHA for fd6f7a7
entrypoint.sh
@@ -18,7 +18,7 @@ echo "BASE_BRANCH=${BASE_BRANCH}"
18
echo "RESET_BRANCH=${RESET_BRANCH}"
19
20
21
-mkdir _tmp && cd _tmp
+mkdir -p /tmp/_tmp && cd /tmp/_tmp
22
23
git init
24
0 commit comments