Skip to content

Commit 914b873

Browse files
Terraphim CIclaude
andcommitted
fix(symphony): remove Liquid template in after_run hook
Hooks are plain shell scripts without Liquid rendering, so {{ issue.identifier }} was appearing literally in commit messages. Co-Authored-By: Terraphim AI <noreply@anthropic.com>
1 parent 5102c48 commit 914b873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/terraphim_symphony/examples/WORKFLOW-claude-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ workspace:
2121
hooks:
2222
after_create: "git clone https://terraphim:${GITEA_TOKEN}@git.terraphim.cloud/terraphim/pagerank-viewer.git ."
2323
before_run: "git fetch origin && git checkout main && git pull"
24-
after_run: "git add -A && git commit -m 'symphony: auto-commit for {{ issue.identifier }}' && git push || true"
24+
after_run: "git add -A && git commit -m 'symphony: auto-commit' && git push || true"
2525
timeout_ms: 120000
2626

2727
codex:

0 commit comments

Comments
 (0)