Skip to content

Commit 1e24ce5

Browse files
committed
different if
1 parent e2534ad commit 1e24ce5

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
@@ -110,7 +110,7 @@ jobs:
110110
shell: bash
111111

112112
- name: Deploy code
113-
if: inputs.DEPLOY_CHANGE == 'true'
113+
if: ${{ inputs.DEPLOY_CHANGE == 'true'}}
114114
run: |
115115
docker run \
116116
-v "$(pwd)/.build":/home/cdkuser/workspace/ \

0 commit comments

Comments
 (0)