We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beade58 commit 0ea0fc6Copy full SHA for 0ea0fc6
1 file changed
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
}
48
console.log('schemas ok');
49
NODE
50
- - name: Commit final implementation
+ - name: Commit validated source implementation
51
id: commit
52
shell: bash
53
env:
@@ -56,7 +56,7 @@ jobs:
56
set -euo pipefail
57
git config user.name "github-actions[bot]"
58
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
59
- git add -A
+ git add global-template/docgen
60
git commit -m "feat: stabilize runtime and add stack-neutral quality gates"
61
git push origin "HEAD:${HEAD_BRANCH}"
62
echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
0 commit comments