diff --git a/.github/workflows/subsplit.yml b/.github/workflows/subsplit.yml index dcec4a1d4..aa51a4d52 100644 --- a/.github/workflows/subsplit.yml +++ b/.github/workflows/subsplit.yml @@ -12,10 +12,4 @@ jobs: with: fetch-depth: 0 - name: Split demo theme - run: ${GITHUB_WORKSPACE}/.github/workflows/scripts/subsplit/git-subsplit.sh publish \ - --verbose \ - --path="${GITHUB_WORKSPACE}" \ - --heads="${GITHUB_REF}" - --no-tags \ - --dry-run \ - themes/demo:https://bennothommo:${{ secrets.MAINTENANCE_TOKEN }}@github.com:octoberrain/demo-theme.git + run: ${GITHUB_WORKSPACE}/.github/workflows/scripts/subsplit/git-subsplit.sh publish --debug --path="${GITHUB_WORKSPACE}" --heads="${GITHUB_REF}" --no-tags --dry-run themes/demo:https://bennothommo:${{ secrets.MAINTENANCE_TOKEN }}@github.com:octoberrain/demo-theme.git