Skip to content

Commit 6a6ad1a

Browse files
committed
Update integrations
1 parent 1bfd72a commit 6a6ad1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/submit-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Submit to Official Repository (Isengard)
5454
id: submit-isengard
5555
run: |
56-
submit-addon -r repo-plugins -b isengard --push-branch ${{ github.event.repository.name }}
56+
submit-addon -r repo-plugins -b isengard --pull-request ${{ github.event.repository.name }}
5757
working-directory: ${{ github.event.repository.name }}
5858
env:
5959
GH_USERNAME: anxdpanic
@@ -82,7 +82,7 @@ jobs:
8282
- name: Submit to Official Repository (Matrix)
8383
id: submit-matrix
8484
run: |
85-
submit-addon -r repo-plugins -b matrix --push-branch ${{ github.event.repository.name }}
85+
submit-addon -r repo-plugins -b matrix --pull-request ${{ github.event.repository.name }}
8686
working-directory: ${{ github.event.repository.name }}
8787
env:
8888
GH_USERNAME: anxdpanic

0 commit comments

Comments
 (0)