Skip to content

Commit 372d236

Browse files
authored
Add missing $ in ref, and add fallback to main (#14174)
### WHY are these changes introduced? Fix to workflow file ### WHAT is this pull request doing? Fixes typo and adds fallback to main for new work flow.
1 parent a02a37f commit 372d236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-polaris.shopify.com.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
owner: "shopify",
2828
repo: "polaris-site-prod-kit",
2929
workflow_id: "build-and-deploy.yml",
30-
ref: "{{ inputs.branch }}",
30+
ref: "${{ inputs.branch || 'main' }}",
3131
});

0 commit comments

Comments
 (0)