Skip to content

Commit 2c51475

Browse files
chore: publish Phase 2 validation output to temporary branch
1 parent 34e9f03 commit 2c51475

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,16 @@ jobs:
4747
}
4848
console.log('schemas ok');
4949
NODE
50-
- name: Commit validated source implementation
50+
- name: Publish validated source commit
5151
id: commit
5252
shell: bash
53-
env:
54-
HEAD_BRANCH: ${{ github.event.pull_request.head.ref || github.ref_name }}
5553
run: |
5654
set -euo pipefail
5755
git config user.name "github-actions[bot]"
5856
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
5957
git add global-template/docgen
6058
git commit -m "feat: stabilize runtime and add stack-neutral quality gates"
61-
git push origin "HEAD:${HEAD_BRANCH}"
59+
git push origin "HEAD:agent/phase2-validated-output"
6260
echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
6361
6462
validate-final:

0 commit comments

Comments
 (0)