We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71b7f7 commit 9eabb32Copy full SHA for 9eabb32
.github/workflows/changelog.yml
@@ -26,12 +26,3 @@ jobs:
26
OUTPUT: CHANGELOG.md
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
GITHUB_REPO: ${{ github.repository }}
29
-
30
- - name: Commit
31
- run: |
32
- git config user.name 'github-actions[bot]'
33
- git config user.email 'github-actions[bot]@users.noreply.github.com'
34
- set +e
35
- git add CHANGELOG.md
36
- git commit -m "Update changelog"
37
- git push origin main
0 commit comments