File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 description : The branch to check for updates, defaults to the default branch
3333 required : false
3434 type : string
35- default : master
3635 repman-host :
3736 description : The repman host for composer, if applicable
3837 required : false
@@ -168,16 +167,6 @@ jobs:
168167 - name : Remove git commit hooks
169168 if : steps.check_grumphp.outputs.files_exists == 'true'
170169 run : vendor/bin/grumphp git:deinit
171-
172- - name : ' Get Previous tag'
173- id : previoustag
174- uses : " WyriHaximus/github-action-get-previous-tag@v1"
175-
176- - name : ' Get next minor version'
177- id : semvers
178- uses : " WyriHaximus/github-action-next-semvers@v1"
179- with :
180- version : ${{ steps.previoustag.outputs.tag }}
181170
182171 - name : Create a pull request
183172 uses : peter-evans/create-pull-request@v6
@@ -191,9 +180,8 @@ jobs:
191180 committer : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
192181 author : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
193182 signoff : false
194- branch : hotfix/${{ steps.semvers.outputs.patch }}
195- base : ${{ inputs.branch }}
196- delete-branch : false
183+ branch : feature/dependency-updates
184+ delete-branch : true
197185 title : Update modules
198186 body : |
199187 ${{ steps.composer-update.outputs.commit_body }}
You can’t perform that action at this time.
0 commit comments