Skip to content

Commit a74a66a

Browse files
committed
Add git add
1 parent 57888a6 commit a74a66a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate-release-notes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
run: |
6767
git config --local user.email "github-actions[bot]@users.noreply.github.com"
6868
git config --local user.name "github-actions[bot]"
69-
git commit -a -m "Add changes"
69+
git add release-notes-build/
70+
git commit -m "Add changes"
7071
7172
- name: Push HTML and Markdown to release-notes-build branch
7273
uses: ad-m/github-push-action@v0.8.0

0 commit comments

Comments
 (0)