Skip to content

Commit cfbef78

Browse files
Merge pull request #6601 from Shopify/update-snapit-workflow-2
Update more Snapit params
2 parents f5ce716 + 6522db0 commit cfbef78

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/snapit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ jobs:
2828
- name: Create snapshot version
2929
uses: Shopify/snapit@registry-and-package-manager
3030
with:
31-
global_install: 'true'
32-
github_comment_included_packages: '@shopify/cli'
33-
custom_message_suffix: "
31+
comment_is_global: 'true'
32+
comment_packages: '@shopify/cli'
33+
comment_suffix: "
3434
> [!CAUTION]
3535
3636
> After installing, validate the version by running just `shopify` in your terminal.
3737
3838
> If the versions don't match, you might have multiple global instances installed.
3939
4040
> Use `which shopify` to find out which one you are running and uninstall it."
41-
build_script: "pnpm nx run-many --target=bundle --all --skip-nx-cache --output-style=stream && pnpm refresh-manifests"
4241
comment_package_manager: 'npm'
4342
comment_command_flags: '--@shopify:registry=https://registry.npmjs.org'
43+
build_script: "pnpm nx run-many --target=bundle --all --skip-nx-cache --output-style=stream && pnpm refresh-manifests"
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)