Skip to content

Commit e3f91f4

Browse files
committed
Update integrations
1 parent c542323 commit e3f91f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/submit-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Submit to Official Repository (Isengard)
5353
id: submit-isengard
5454
run: |
55-
submit-addon -r repo-scripts -b isengard --push-branch ${{ github.event.repository.name }}
55+
submit-addon -r repo-scripts -b isengard --pull-request ${{ github.event.repository.name }}
5656
working-directory: ${{ github.event.repository.name }}
5757
env:
5858
GH_USERNAME: anxdpanic
@@ -72,7 +72,7 @@ jobs:
7272
- name: Submit to Official Repository (Matrix)
7373
id: submit-matrix
7474
run: |
75-
submit-addon -r repo-scripts -b matrix --push-branch ${{ github.event.repository.name }}
75+
submit-addon -r repo-scripts -b matrix --pull-request ${{ github.event.repository.name }}
7676
working-directory: ${{ github.event.repository.name }}
7777
env:
7878
GH_USERNAME: anxdpanic

0 commit comments

Comments
 (0)