Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run it (stuck at theme pull) #84

Open
bernier opened this issue May 22, 2024 · 2 comments
Open

Cannot run it (stuck at theme pull) #84

bernier opened this issue May 22, 2024 · 2 comments

Comments

@bernier
Copy link

bernier commented May 22, 2024

`
Configuring shopify CLI
Will run Lighthouse CI on https://***

Creating development theme
Pulling settings from theme xxxxxxxxxxx
error

│ Failed to prompt:

│ Command theme pull . not found. Did you mean theme pull?

│ This usually happens when running a command non-interactively, for example
│ in a CI environment, or when piping input from another process.

│ To resolve this, specify the option in the command, or run the command in
│ an interactive environment such as your local terminal.
`

@jordan-sd
Copy link

jordan-sd commented Jun 7, 2024

I am experiencing the same issue only when I am using the pull_theme variable.

@osama2kabdullah
Copy link

I am also experiencing the same issue.

my CI code is

name: Shopify Lighthouse CI
on: [push]
jobs:
  lhci:
    name: Lighthouse
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - name: Run Lighthouse CI on Shopify theme
      uses: Shopify/[email protected]
      with:
        collection_handle: all
        access_token: ${{ secrets.SHOP_ACCESS_TOKEN }}
        store: ${{ secrets.SHOP_STORE }}
        password: ${{ secrets.SHOP_PASSWORD }}
        lhci_github_app_token: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants