You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Record dependency graph file as GitHub Step output
Previously, this has been done in an init-script in the `gradle-build-action`.
However, the `GITHUB_OUTPUT` env var is different on every invocation, and reading this
value will invalidate the configuration cache. Moving it to the plugin should make the
plugin config-cache compatible.
0 commit comments