-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add support for Job Summaries #1187
Comments
You could try running How would you expect act to output the markdown summary? I guess this can be implemented like the existing |
Using
Haven't checked the output file but in my case I'm not interested in the summary output when running it with |
Same here.
This does indeed seem to work 🍾 . Although the first time or two I tried it, I got an error about read/write permissions [1]....but now it's working fine, and I'm not sure what I might have done differently 🤷 . At any rate, I will go ahead and close this feature request. [1] In case anyone else runs across it, the error message was:
|
While workarounds exist (another one would be to check whether the environment variable is set by using something like |
I am getting this error again when I use
Has anyone else seen this and gotten around it? Is there a way to....idk...pass file permissions into |
@weineran Have you tried any other path you are able to write to? The path doesn't need to be this exact one, it just has to be a file where you have permission to write to! |
You can write to almost anything in Example: The default for act itself should probably just be this. |
Yes, thanks for the suggestion and apologies for the delayed response. I've been using
Agreed this should probably be the default. Or possibly Closing this issue again because I am happy with my current workaround. |
I'd want act to handle both |
|
Act version
act version 0.2.26
Feature description
GitHub Actions recently added a feature called Job Summaries: https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/
When I use
act
to run a GitHub Action that implements Job Summaries, I get this error:Error: Unable to find environment variable for $GITHUB_STEP_SUMMARY. Check if your runtime environment supports job summaries.
I assume it will require some development work for
act
to support this feature, so I am creating this feature request.(If, on the contrary, there is a way to make this work simply by manipulating
act
command line params or some such thing, let me know!)The text was updated successfully, but these errors were encountered: