-
Notifications
You must be signed in to change notification settings - Fork 40
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
Use with page speed insights #84
Comments
@kaihendry Hi, Here is the yaml. ...
- name: Running Page Speed Insights
uses: jakepartusch/psi-action@v1
with:
url: ${{ steps.deploy-to-netlify.outputs.deploy-url }}
threshold: 70
strategy: mobile Here is the actual changes: 85450f9 #85 ResultActions: https://github.com/nwtgck/actions-netlify/pull/85/checks?check_run_id=564141914 |
Didn't work on kaihendry/dabase.com#10 ... any ideas why? Something obviously with the URL https://github.com/kaihendry/dabase.com/pull/10/checks?check_run_id=566227674 Maybe the name is wrong? https://github.com/kaihendry/dabase.com/blob/master/.github/workflows/netlify.yml |
Have you tried the following setting? Because the error might not cause by actions-netlify. ...
with:
url: "https://dabase.com/"
threshold: 70
strategy: mobile |
@kaihendry Have you tried this? |
I think it had an error because it was a draft. To run it you would need the draft to be published. |
@kaihendry ping?? I'd like to close the issue when you solved this. |
Could you please illustrate how you would use https://github.com/nwtgck/actions-netlify#outputs with https://github.com/marketplace/actions/page-speed-insights ?
Thank you!
The text was updated successfully, but these errors were encountered: