We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70953b commit 30c10edCopy full SHA for 30c10ed
.github/workflows/ci.yml
@@ -9,14 +9,14 @@ jobs:
9
# - name: Mark repository as safe for the container
10
# run: git config --global --add safe.directory $GITHUB_WORKSPACE
11
- name: Lighthouse
12
- uses: shopify/lighthouse-ci-action@v1
+ uses: shopify/lighthouse-ci-action@gg-wrap-wildcard-in-quotes
13
with:
14
store: ${{ secrets.SHOP_STORE_OS2 }}
15
password: ${{ secrets.SHOP_PASSWORD_OS2 }}
16
access_token: ${{ secrets.SHOP_ACCESS_TOKEN }}
17
collection_handle: all
18
lhci_github_app_token: ${{ secrets.LHCI_GITHUB_TOKEN }}
19
- # pull_theme: ${{ secrets.SHOP_PULL_THEME }}
+ pull_theme: ${{ secrets.SHOP_PULL_THEME }}
20
theme-check:
21
name: Theme Check
22
runs-on: ubuntu-latest
0 commit comments