File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 - name : Create Pull Request if necessary
6868 id : create-pr
6969 # gt-placeholder-gh-action-create-pull-request-start
70- uses : peter-evans/create-pull-request@v7
70+ uses : peter-evans/create-pull-request@v8
7171 # gt-placeholder-gh-action-create-pull-request-end
7272 with :
7373 branch : auto-cleanup
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 ) || (printf '\033[0;34mINFO\033[0m: going to reset changes back to the status after `gt update` and continue without cleanup\n' && git reset --hard)
149149 - name : Create pull request if necessary
150150 if : ${{ steps.has_changes.outputs.has_changes == 1 }}
151- uses : peter-evans/create-pull-request@v7
151+ uses : peter-evans/create-pull-request@v8
152152 with :
153153 branch : ' gt/update/${{ matrix.remote }}'
154154 title : ' update files of remote ${{ matrix.remote }} to version ${{steps.gt_update.outputs.remote_version}} via gt'
You can’t perform that action at this time.
0 commit comments