We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab5810 commit edd2134Copy full SHA for edd2134
post.js
@@ -32,7 +32,7 @@ async function main() {
32
}
33
34
const prefix = await common.getCachePrefix();
35
- const name = prefix + github.context.runId;
+ const name = `${prefix}${github.context.runId}-${github.context.runAttempt}`;
36
core.info('Saving Zig cache');
37
await cache.saveCache([cache_path], name);
38
} else {
0 commit comments