Skip to content

Commit bb622b0

Browse files
committed
added string for empty base ref contingency
1 parent fae887a commit bb622b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/on-demand-build-docker-image-deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- name: Set base image tag
219219
id: set_base_tag
220220
run: |
221-
if [[ ${{ github.event.client_payload.pull_request.base.ref }} == 'pg' ]]; then
221+
if [[ "${{ github.event.client_payload.pull_request.base.ref }}" == 'pg' ]]; then
222222
base_tag=pg
223223
else
224224
base_tag=release

0 commit comments

Comments
 (0)