ci: Use correct push path to trigger pushing strings
This commit is contained in:
parent
3d32cca9cf
commit
b8e52e8063
3 changed files with 50 additions and 51 deletions
6
.github/workflows/open_pull_request.yml
vendored
6
.github/workflows/open_pull_request.yml
vendored
|
|
@ -20,11 +20,11 @@ jobs:
|
|||
- name: Open pull request
|
||||
uses: repo-sync/pull-request@v2
|
||||
with:
|
||||
destination_branch: 'main'
|
||||
pr_title: 'chore: ${{ env.MESSAGE }}'
|
||||
destination_branch: "main"
|
||||
pr_title: "chore: ${{ env.MESSAGE }}"
|
||||
pr_body: |
|
||||
This pull request will ${{ env.MESSAGE }}.
|
||||
|
||||
|
||||
## Dependencies before merge
|
||||
|
||||
- [ ] https://github.com/revanced/revanced-integrations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue