File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 28
28
- name : Commit changes
29
29
uses : EndBug/add-and-commit@v7
30
30
with :
31
- message : |
32
- docs: updates on CHANGELOG
33
- Added CHANGELOG to repository
31
+ message : " docs: updates on CHANGELOG\n\n Added CHANGELOG to repository"
34
32
add : ${{ github.workspace }}/CHANGELOG.md
35
33
36
34
- name : Get Changelog Entry
Original file line number Diff line number Diff line change 24
24
with :
25
25
branch : master
26
26
skip_dirty_check : true
27
- commit_message : |
28
- docs: updates on VERSION
29
- Added information on VERSION to repository
27
+ commit_message : " docs: updates on VERSION\n\n Added information on VERSION to repository"
30
28
commit_options : ' --no-verify --signoff'
31
29
commit_user_name : GitHub Bot
32
30
commit_user_email : github-actions@nullables.io
You can’t perform that action at this time.
0 commit comments