-
Notifications
You must be signed in to change notification settings - Fork 16
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
/entrypoint.sh line 11: theme-check: command not found #53
Comments
I'm also seeing this exact same message today |
Getting the same error |
Same, tried shopify/theme-check-action@v2 as well. It also fails but with different error:
It seems like this error is coming internally from your action code, so it is most probably related to the issue highlighted above. |
Hey all! v1 of the theme check action will likely not be updated. Please bump to v2 of the action. Here's our PR that fixes this for Dawn: Shopify/dawn#3704 @ivan-krupskyi I don't think that is related as we have many repos running v2 without a report of that. You could try running your action in debug mode for more information. |
I can confirm that updating to v2 fixed the issue for us. yaml for future reference if anyone comes across the same issue. theme-check:
name: Theme Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Theme Check
uses: shopify/theme-check-action@v2
with:
token: ${{ github.token }} |
Started failing in the last 24 hours in our theme-check pipelines.
Here's the logs
Workflow script
The text was updated successfully, but these errors were encountered: