Skip to content

Commit 42c54dc

Browse files
chore: rename sdk-actions to sdk-shared (#851)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 61d7321 commit 42c54dc

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
create_github_release:
7979
needs: publish
80-
uses: OneSignal/sdk-actions/.github/workflows/github-release.yml@main
80+
uses: OneSignal/sdk-shared/.github/workflows/github-release.yml@main
8181
secrets:
8282
GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
8383
with:

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ permissions:
5353

5454
jobs:
5555
prep:
56-
uses: OneSignal/sdk-actions/.github/workflows/prep-release.yml@main
56+
uses: OneSignal/sdk-shared/.github/workflows/prep-release.yml@main
5757
secrets:
58-
# Need this cross-repo token (sdk-actions & this repo) to perform changes
58+
# Need this cross-repo token (sdk-shared & this repo) to perform changes
5959
GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
6060
with:
61-
# Need target_repo otherwise caller would set github.repository to the caller itself (e.g. sdk-actions)
61+
# Need target_repo otherwise caller would set github.repository to the caller itself (e.g. sdk-shared)
6262
target_repo: OneSignal/OneSignal-Unity-SDK
6363
version: ${{ inputs.unity_version }}
6464

@@ -80,7 +80,7 @@ jobs:
8080
token: ${{ secrets.GH_PUSH_TOKEN || github.token }}
8181

8282
- name: Setup Git User
83-
uses: OneSignal/sdk-actions/.github/actions/setup-git-user@main
83+
uses: OneSignal/sdk-shared/.github/actions/setup-git-user@main
8484

8585
- name: Get current native SDK versions from target branch
8686
id: current_versions
@@ -147,12 +147,12 @@ jobs:
147147
148148
create_pr:
149149
needs: [prep, update_version]
150-
uses: OneSignal/sdk-actions/.github/workflows/create-release.yml@main
150+
uses: OneSignal/sdk-shared/.github/workflows/create-release.yml@main
151151
secrets:
152-
# Need this cross-repo token (sdk-actions & this repo) to perform changes
152+
# Need this cross-repo token (sdk-shared & this repo) to perform changes
153153
GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
154154
with:
155-
# Need target_repo otherwise caller would set github.repository to the caller itself (e.g. sdk-actions)
155+
# Need target_repo otherwise caller would set github.repository to the caller itself (e.g. sdk-shared)
156156
target_repo: OneSignal/OneSignal-Unity-SDK
157157
release_branch: ${{ needs.prep.outputs.release_branch }}
158158
target_branch: ${{ inputs.target_branch }}

0 commit comments

Comments
 (0)