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

Passing output to another step #16

Closed
dgattey opened this issue Jan 18, 2020 · 0 comments · May be fixed by BrunnerLivio/lighthouse-action#1 or #19
Closed

Passing output to another step #16

dgattey opened this issue Jan 18, 2020 · 0 comments · May be fixed by BrunnerLivio/lighthouse-action#1 or #19

Comments

@dgattey
Copy link

dgattey commented Jan 18, 2020

Awesome action! It's useful and integration with Netlify covers my needs really well. Thanks for it.

While the report gets generated and is easily uploaded via artifact, I'd love to be able to just take the simple report that's printed out currently and pass it on as text to another action.

My use case: posting an issue comment + sending the results to Slack. Other actions easily do that, but the only way I've discovered to pull out the results are reading the ./report file, which seems like overkill.

If this action's outputs.scores was

+-------------------------------+
|  Performance:           27	|
|  Accessibility:         98	|
|  Best Practices:        100	|
|  SEO:                   83	|
|  Progressive Web App:   74	|
+-------------------------------+

for example, I could then just use it easily. Alternatively, having outputs.performance, outputs.accessibility, etc would also work.

BrunnerLivio added a commit to BrunnerLivio/lighthouse-action that referenced this issue Feb 2, 2020
BrunnerLivio added a commit to BrunnerLivio/lighthouse-action that referenced this issue Feb 2, 2020
BrunnerLivio added a commit to BrunnerLivio/lighthouse-action that referenced this issue Feb 2, 2020
BrunnerLivio added a commit to BrunnerLivio/lighthouse-action that referenced this issue Feb 2, 2020
BrunnerLivio added a commit to BrunnerLivio/lighthouse-action that referenced this issue Feb 2, 2020
BrunnerLivio added a commit to BrunnerLivio/lighthouse-action that referenced this issue Feb 2, 2020
BrunnerLivio added a commit to BrunnerLivio/lighthouse-action that referenced this issue Feb 2, 2020
@dgattey dgattey closed this as not planned Won't fix, can't repro, duplicate, stale Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant