File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 echo '```' >> commit_message.txt
4040 cat black_output.txt >> commit_message.txt
4141 echo '```' >> commit_message.txt
42- - name : Commit changes
43- if : hashFiles('git_diff_exists') != ''
44- run : |
45- git config user.name 'GitHub'
46- git config user.email '<noreply@github.com>'
47- shopt -s globstar
48- git add src/cfengine_cli/*.py src/cfengine_cli/**/*.py tests/*.py tests/**/*.py
49- git commit -S -F commit_message.txt
5042 - id : commit-message-from-file
5143 name : Parse commit message from file into variable
5244 if : hashFiles('git_diff_exists') != ''
5951 uses : cfengine/create-pull-request@158a28c1bf5c08c846b8e7d26d13becbd4136eda # v7.0.7a
6052 with :
6153 title : Reformatted python code using Black formatter
54+ commit-message : Reformatted python code using Black formatter
55+ sign-commits : true
6256 body : ${{ steps.commit-message-from-file.outputs.body }}
6357 reviewers : |
6458 olehermanse
You can’t perform that action at this time.
0 commit comments