Skip to content

Commit 3e71a36

Browse files
committed
pass target repo
1 parent bfce473 commit 3e71a36

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/create-release-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
prep:
4848
uses: OneSignal/sdk-actions/.github/workflows/prep-release.yml@main
4949
with:
50+
target_repo: ${{ github.repository }}
5051
version: ${{ inputs.cordova_version }}
5152

5253
# Cordova specific steps
@@ -62,6 +63,7 @@ jobs:
6263
- name: Checkout
6364
uses: actions/checkout@v5
6465
with:
66+
repository: ${{ github.repository }}
6567
ref: ${{ needs.prep.outputs.release_branch }}
6668

6769
- name: Setup Bun
@@ -177,6 +179,7 @@ jobs:
177179
needs: [prep, update-version]
178180
uses: OneSignal/sdk-actions/.github/workflows/create-release.yml@main
179181
with:
182+
target_repo: ${{ github.repository }}
180183
release_branch: ${{ needs.prep.outputs.release_branch }}
181184
target_branch: ${{ inputs.target_branch }}
182185
android_from: ${{ needs.update-version.outputs.android_from }}

0 commit comments

Comments
 (0)