File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,18 +159,3 @@ jobs:
159159 delete-branch : true
160160 title : " chore: Update ${{ env.FLATHUB_PKG }} to ${{ github.event.release.tag_name }}"
161161 body : ${{ github.event.release.body }}
162-
163- - name : Automerge PR
164- env :
165- GH_TOKEN : ${{ secrets.GH_TOKEN }}
166- if : >-
167- steps.check-label.outputs.hasTopic == 'true' &&
168- steps.check-release.outputs.isLatestRelease == 'true' &&
169- fromJson(steps.download.outputs.downloaded_files)[0]
170- run : |
171- gh pr merge \
172- --auto \
173- --delete-branch \
174- --repo "flathub/${{ env.FLATHUB_PKG }}" \
175- --squash \
176- "${{ steps.create-pr.outputs.pull-request-number }}"
Original file line number Diff line number Diff line change 1616 description : ' Username for git commits'
1717 required : true
1818
19- concurrency :
20- group : " ${{ github.workflow }}-${{ github.event.release.tag_name }}"
21- cancel-in-progress : true
22-
2319jobs :
2420 update-homebrew-repo :
2521 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 8484 steps.check-label.outputs.hasTopic == 'true' &&
8585 steps.check-release.outputs.isLatestRelease == 'true' &&
8686 fromJson(steps.download.outputs.downloaded_files)[0]
87- run : rm -f "pkgbuilds/ ${{ steps.prep .outputs.pkg_name }}"
87+ run : rm -f "${{ fromJson( steps.download .outputs.downloaded_files)[0] }}"
8888
8989 - name : Create/Update Pull Request
9090 id : create-pr
You can’t perform that action at this time.
0 commit comments