Skip to content

Commit 5b8cd89

Browse files
committed
Update checkout gh-pages step
1 parent ba8b33b commit 5b8cd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cdk_release_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
RELEASE_TAG: ${{ inputs.VERSION_NUMBER }}
150150
DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE: ${{ secrets.DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE }}
151151
- name: Checkout gh-pages
152-
if: ${{ !startsWith(inputs.STACK_NAME, 'cpt-pr-') }}
152+
if: ${{ !startsWith(inputs.STACK_NAME, 'epsam-pr-') }}
153153
uses: actions/checkout@v4
154154
with:
155155
ref: gh-pages

0 commit comments

Comments
 (0)