Skip to content

Commit 857525e

Browse files
fadi-georgecursoragent
authored andcommitted
Rename sdk-actions to sdk-shared in workflows (#2547)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent fb9107e commit 857525e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fetch-tags: true
7171

7272
- name: Setup Git User
73-
uses: OneSignal/sdk-actions/.github/actions/setup-git-user@main
73+
uses: OneSignal/sdk-shared/.github/actions/setup-git-user@main
7474

7575
- name: Create release branch from base
7676
run: |

.github/workflows/lint-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ on:
1010

1111
jobs:
1212
call:
13-
uses: OneSignal/sdk-actions/.github/workflows/lint-pr-title.yml@main
13+
uses: OneSignal/sdk-shared/.github/workflows/lint-pr-title.yml@main
1414
secrets: inherit

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
179179
wrapper_prs:
180180
needs: publish
181-
uses: OneSignal/sdk-actions/.github/workflows/create-wrapper-prs.yml@main
181+
uses: OneSignal/sdk-shared/.github/workflows/create-wrapper-prs.yml@main
182182
secrets:
183183
GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
184184
with:

0 commit comments

Comments
 (0)