Fix command for subsplit test

This commit is contained in:
Ben Thomson 2020-06-11 12:19:00 +08:00
parent 0793ebd677
commit d4d80f4577
No known key found for this signature in database
GPG Key ID: 8BDB18DD0909BE22
1 changed files with 1 additions and 7 deletions

View File

@ -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