-
Notifications
You must be signed in to change notification settings - Fork 102
Unable to find environment variable for $GITHUB_STEP_SUMMARY #319
Comments
Thanks for the report @tglaeser. Are you running actions on This exception is being triggered by a call to a function in If you're running using I presume you can workaround this issue by setting If you'd like to submit a PR to fix this, it would involve checking for the presence of |
We are using GitHub Enterprise. I suppose I could set The wired thing though is, while our job consists of several steps using |
Thanks again for the report. I'll try to find time to add a check for
I'm surprised that GitHub released this new feature for github.com and not for GitHub Enterprise. Is there a newer version that might provide support?
This is expected: we only generate a Job Summary in the post action of the first |
Yeah, GH Enterprise often lags behind the public GH features; go figure. We are currently on version |
This is on the |
@tglaeser Could you please try the latest
You should see a build result summary in your logs something like this: https://github.com/gradle/gradle-build-action/runs/6975943266?check_suite_focus=true#step:19:12 If you can confirm this is working for you, I'll release this as |
Thanks. We are still on version I tested with If after upgrading GHES an issues surfaces again, I'll report back again. Thanks. |
Thanks. There are 2 improvements currently on the
It would be great to have this verified on GHES 3.4.3, but I'm pretty confident it will work. To test this you'd just use |
Running with
|
Yes, thanks for verifying. If you had build scans enabled, then the build scan links should appear as well. I think this is an adequate fallback for GHES until the Job Summary functionality is available. |
After upgrading to version
2.2.0
the very last Gradle step of a job logs warningWith our CI job the first Gradle step executed is
gradle clean
and the output from the correspondingPost
step isThe warning was not logged with previous version
2.1.7
.The text was updated successfully, but these errors were encountered: