From f1a93a7184d92c8066bcd20e0d23f0edf5cdc0e3 Mon Sep 17 00:00:00 2001 From: Fadi George Date: Wed, 11 Feb 2026 10:53:37 -0800 Subject: [PATCH] Update workflow references from sdk-actions to sdk-shared Co-authored-by: Cursor --- .github/workflows/prep-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prep-release.yml b/.github/workflows/prep-release.yml index f722c0d..f5a16af 100644 --- a/.github/workflows/prep-release.yml +++ b/.github/workflows/prep-release.yml @@ -1,5 +1,5 @@ # Prepares release information and branch, outputs release metadata -# Avoid passing `target_repo`, just used by sdk-actions itself +# Avoid passing `target_repo`, just used by sdk-shared itself name: Release Preparation on: @@ -52,7 +52,7 @@ jobs: echo "releaseBranch=rel/${{ inputs.version }}" >> $GITHUB_OUTPUT - name: Setup Git user - uses: onesignal/sdk-actions/.github/actions/setup-git-user@main + uses: onesignal/sdk-shared/.github/actions/setup-git-user@main - name: Create or rebase release branch run: |