From 2d0d7c932ab5f75a82ab75b2641cd270e61f861d Mon Sep 17 00:00:00 2001 From: ManojNB Date: Wed, 24 Jul 2024 13:21:12 -0700 Subject: [PATCH] chore: make preid release ready --- .github/workflows/push-preid-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-preid-release.yml b/.github/workflows/push-preid-release.yml index 9837290ed14..15ce36d2567 100644 --- a/.github/workflows/push-preid-release.yml +++ b/.github/workflows/push-preid-release.yml @@ -9,7 +9,7 @@ on: push: branches: # Change this to your branch name where "example-preid" corresponds to the preid you want your changes released on - - feat/example-preid-branch/main + - fix/redirect-rn jobs: e2e: @@ -35,4 +35,4 @@ jobs: # The preid should be detected from the branch name recommending feat/{PREID}/whatever as branch naming pattern # if your branch doesn't follow this pattern, you can override it here for your branch. with: - preid: ${{ needs.parse-preid.outputs.preid }} + preid: oidc-signout