3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-05-20 02:59:33 +00:00

Add fail-on-error input to fail workflow on cache save errors

This commit is contained in:
nathan.harris 2026-04-17 13:58:23 -05:00
parent 27d5ce7f10
commit b3c661a9c5
No known key found for this signature in database
8 changed files with 119 additions and 2 deletions

View file

@ -15,6 +15,10 @@ inputs:
description: 'An optional boolean when enabled, allows windows runners to save caches that can be restored on other platforms'
default: 'false'
required: false
fail-on-error:
description: 'Fail the workflow if cache save fails'
default: 'false'
required: false
runs:
using: 'node24'
main: '../dist/save-only/index.js'