Skip to content

Commit 622f35d

Browse files
chore: rename sdk-actions references to sdk-shared
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent cdb9edf commit 622f35d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626
jobs:
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 }}
@@ -61,7 +61,7 @@ jobs:
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 }}

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)