Skip to content

Commit c133540

Browse files
author
ADMSK\AVROGAL1
committed
docs: updates on documentation
Added informational and corporate documentation
1 parent 194ba7d commit c133540

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/changelog.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ jobs:
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727

28-
- uses: actions/upload-artifact@v2
29-
with:
30-
name: CHANGELOG.md
31-
path: ${{ github.workspace }}
28+
- name: Commit changes
29+
uses: EndBug/add-and-commit@v7
30+
with:
31+
message: |
32+
docs: updates on CHANGELOG
33+
Added CHANGELOG to repository
34+
add: ${{ github.workspace }}/CHANGELOG.md
3235

3336
- name: Get Changelog Entry
3437
id: changelog_reader

0 commit comments

Comments
 (0)