We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57888a6 commit a74a66aCopy full SHA for a74a66a
.github/workflows/generate-release-notes.yml
@@ -66,7 +66,8 @@ jobs:
66
run: |
67
git config --local user.email "github-actions[bot]@users.noreply.github.com"
68
git config --local user.name "github-actions[bot]"
69
- git commit -a -m "Add changes"
+ git add release-notes-build/
70
+ git commit -m "Add changes"
71
72
- name: Push HTML and Markdown to release-notes-build branch
73
uses: ad-m/github-push-action@v0.8.0
0 commit comments