Skip to content

Commit ade2ee2

Browse files
committed
ci(generate-gh-feature): only add src and test dir to staged
1 parent 0a1d9c0 commit ade2ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-gh-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Commit changes
105105
run: |
106-
git add -A
106+
git add src/ test/
107107
git commit -m "feat(${{ inputs.ID }}): init
108108
109109
Generated using boilerplate templates."

0 commit comments

Comments
 (0)