Fix command for subsplit test
This commit is contained in:
parent
0793ebd677
commit
d4d80f4577
|
|
@ -12,10 +12,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Split demo theme
|
- name: Split demo theme
|
||||||
run: ${GITHUB_WORKSPACE}/.github/workflows/scripts/subsplit/git-subsplit.sh publish \
|
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
|
||||||
--verbose \
|
|
||||||
--path="${GITHUB_WORKSPACE}" \
|
|
||||||
--heads="${GITHUB_REF}"
|
|
||||||
--no-tags \
|
|
||||||
--dry-run \
|
|
||||||
themes/demo:https://bennothommo:${{ secrets.MAINTENANCE_TOKEN }}@github.com:octoberrain/demo-theme.git
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue