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 194ba7d commit c133540Copy full SHA for c133540
.github/workflows/changelog.yml
@@ -25,10 +25,13 @@ jobs:
25
with:
26
token: ${{ secrets.GITHUB_TOKEN }}
27
28
- - uses: actions/upload-artifact@v2
29
- with:
30
- name: CHANGELOG.md
31
- path: ${{ github.workspace }}
+ - name: Commit changes
+ uses: EndBug/add-and-commit@v7
+ with:
+ message: |
32
+ docs: updates on CHANGELOG
33
+ Added CHANGELOG to repository
34
+ add: ${{ github.workspace }}/CHANGELOG.md
35
36
- name: Get Changelog Entry
37
id: changelog_reader
0 commit comments