We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e81ff2 commit 66c9cf3Copy full SHA for 66c9cf3
1 file changed
deploy.sh
@@ -39,7 +39,7 @@ fi
39
echo "ℹ︎ ASSETS_DIR is $ASSETS_DIR"
40
41
SVN_URL="https://plugins.svn.wordpress.org/${SLUG}/"
42
-SVN_DIR="/github/svn-${SLUG}"
+SVN_DIR="${HOME}/svn-${SLUG}"
43
44
# Checkout just trunk and assets for efficiency
45
# Tagging will be handled on the SVN level
@@ -61,7 +61,7 @@ else
61
cd "$GITHUB_WORKSPACE"
62
63
# "Export" a cleaned copy to a temp directory
64
- TMP_DIR="/github/archivetmp"
+ TMP_DIR="${HOME}/archivetmp"
65
mkdir "$TMP_DIR"
66
67
git config --global user.email "10upbot+github@10up.com"
0 commit comments