Commit 6fa9c84
committed
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.1 parent 6b22903 commit 6fa9c84
File tree
1 file changed
+6
-0
lines changed- plugin/src/main/kotlin/org/gradle/github/dependencygraph
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
0 commit comments