Skip to content

Commit 30c10ed

Browse files
committed
What if, here me out, we wrap things in quotes
1 parent b70953b commit 30c10ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
# - name: Mark repository as safe for the container
1010
# run: git config --global --add safe.directory $GITHUB_WORKSPACE
1111
- name: Lighthouse
12-
uses: shopify/lighthouse-ci-action@v1
12+
uses: shopify/lighthouse-ci-action@gg-wrap-wildcard-in-quotes
1313
with:
1414
store: ${{ secrets.SHOP_STORE_OS2 }}
1515
password: ${{ secrets.SHOP_PASSWORD_OS2 }}
1616
access_token: ${{ secrets.SHOP_ACCESS_TOKEN }}
1717
collection_handle: all
1818
lhci_github_app_token: ${{ secrets.LHCI_GITHUB_TOKEN }}
19-
# pull_theme: ${{ secrets.SHOP_PULL_THEME }}
19+
pull_theme: ${{ secrets.SHOP_PULL_THEME }}
2020
theme-check:
2121
name: Theme Check
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)