mirror of
https://github.com/gradle/actions
synced 2026-07-04 22:42:47 +08:00
394498f89f
When configuration-cache is enabled, the invocationId may not be unique, which can result in mulitple builds writing to the same file. Rather than failing the post-action, we simply ignore any subsequent build results with the same ID. Fixes #441