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:
parent
27d5ce7f10
commit
b3c661a9c5
8 changed files with 119 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue