Skip to content

Commit

Permalink
update BUILD_THEME check (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxlxx authored Jan 31, 2023
1 parent 70a101a commit 186b503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ main() {
## $GITHUB_SERVER_URL is set as a default environment variable in all workflows, default is https://github.com
git config --global url."$GITHUB_SERVER_URL/".insteadOf "git@${GITHUB_HOSTNAME}":
git config --global --add safe.directory "*"
if [[ "$BUILD_THEMES" ]]; then
if ${BUILD_THEMES}; then
echo "Fetching themes"
git submodule update --init --recursive
fi
Expand Down

0 comments on commit 186b503

Please sign in to comment.