File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,13 @@ jobs:
40
40
- name : Commit files
41
41
if : steps.changed_files.outputs.files_changed == 'true'
42
42
run : |
43
- git config --local user.email "meyceoz@redhat .com"
44
- git config --local user.name "Maxusmusti "
43
+ git config --local user.email "github-actions[bot]@users.noreply.github .com"
44
+ git config --local user.name "github-actions[bot] "
45
45
git add coverage.svg
46
46
git commit -m "Updated coverage.svg"
47
47
48
- - name : Push changes
48
+ - name : Create Pull Request
49
49
if : steps.changed_files.outputs.files_changed == 'true'
50
- run : |
51
- git push -f https://${{ secrets.CI_PUSH_TOKEN }}@github.com/project-codeflare/codeflare-sdk.git
50
+ uses : peter-evans/create-pull-request@v4
51
+ with :
52
+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments