File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444 # Step 2: Use reusable workflow to create GitHub release with release notes
4545 create-release :
4646 needs : get-version
47- uses : OneSignal/sdk-actions /.github/workflows/github-release.yml@main
47+ uses : OneSignal/sdk-shared /.github/workflows/github-release.yml@main
4848 with :
4949 version : ${{ needs.get-version.outputs.version }}
5050
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ permissions:
2626jobs :
2727 # Step 1: Use reusable workflow to prepare release branch
2828 prep :
29- uses : OneSignal/sdk-actions /.github/workflows/prep-release.yml@main
29+ uses : OneSignal/sdk-shared /.github/workflows/prep-release.yml@main
3030 with :
3131 version : ${{ github.event.inputs.version }}
3232 target_branch : ${{ github.event.inputs.base_branch }}
6161 fetch-depth : 0
6262
6363 - name : Setup Git User
64- uses : OneSignal/sdk-actions /.github/actions/setup-git-user@main
64+ uses : OneSignal/sdk-shared /.github/actions/setup-git-user@main
6565
6666 - name : Extract Current Version
6767 id : extract_version
@@ -145,7 +145,7 @@ jobs:
145145 # Step 3: Use reusable workflow to create iOS SDK PR with release notes
146146 create-ios-pr :
147147 needs : [prep, update-and-build]
148- uses : OneSignal/sdk-actions /.github/workflows/create-release.yml@main
148+ uses : OneSignal/sdk-shared /.github/workflows/create-release.yml@main
149149 with :
150150 release_branch : ${{ needs.prep.outputs.release_branch }}
151151 target_branch : ${{ github.event.inputs.base_branch }}
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ jobs:
187187
188188 wrapper_prs :
189189 needs : publish
190- uses : OneSignal/sdk-actions /.github/workflows/create-wrapper-prs.yml@main
190+ uses : OneSignal/sdk-shared /.github/workflows/create-wrapper-prs.yml@main
191191 secrets :
192192 GH_PUSH_TOKEN : ${{ secrets.GH_PUSH_TOKEN }}
193193 with :
You can’t perform that action at this time.
0 commit comments