Skip to content

Commit 66c9cf3

Browse files
helenJasonTheAdams
authored andcommitted
Use proper directories for the runner context
1 parent 8e81ff2 commit 66c9cf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939
echo "ℹ︎ ASSETS_DIR is $ASSETS_DIR"
4040

4141
SVN_URL="https://plugins.svn.wordpress.org/${SLUG}/"
42-
SVN_DIR="/github/svn-${SLUG}"
42+
SVN_DIR="${HOME}/svn-${SLUG}"
4343

4444
# Checkout just trunk and assets for efficiency
4545
# Tagging will be handled on the SVN level
@@ -61,7 +61,7 @@ else
6161
cd "$GITHUB_WORKSPACE"
6262

6363
# "Export" a cleaned copy to a temp directory
64-
TMP_DIR="/github/archivetmp"
64+
TMP_DIR="${HOME}/archivetmp"
6565
mkdir "$TMP_DIR"
6666

6767
git config --global user.email "10upbot+github@10up.com"

0 commit comments

Comments
 (0)