From 6522db030a0e2d9744f9b3ce0d59d06badb55d1d Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Tue, 11 Nov 2025 14:43:55 +0100 Subject: [PATCH] Fix renamed params --- .github/workflows/snapit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/snapit.yml b/.github/workflows/snapit.yml index 24f26596cd..f7711785a7 100644 --- a/.github/workflows/snapit.yml +++ b/.github/workflows/snapit.yml @@ -28,9 +28,9 @@ jobs: - name: Create snapshot version uses: Shopify/snapit@registry-and-package-manager with: - global_install: 'true' - github_comment_included_packages: '@shopify/cli' - custom_message_suffix: " + comment_is_global: 'true' + comment_packages: '@shopify/cli' + comment_suffix: " > [!CAUTION] > After installing, validate the version by running just `shopify` in your terminal. @@ -38,9 +38,9 @@ jobs: > If the versions don't match, you might have multiple global instances installed. > Use `which shopify` to find out which one you are running and uninstall it." - build_script: "pnpm nx run-many --target=bundle --all --skip-nx-cache --output-style=stream && pnpm refresh-manifests" comment_package_manager: 'npm' comment_command_flags: '--@shopify:registry=https://registry.npmjs.org' + build_script: "pnpm nx run-many --target=bundle --all --skip-nx-cache --output-style=stream && pnpm refresh-manifests" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}