Update action.yml
This commit is contained in:
parent
5d6c7fa9e8
commit
212e586288
@ -28,7 +28,7 @@ runs:
|
||||
using: 'node16'
|
||||
main: 'dist/restore/index.js'
|
||||
post: 'dist/save/index.js'
|
||||
post-if: success() || ${{ inputs.save-cache-on-any-failure == 'yes' }}
|
||||
post-if: success() || env.INPUT_SAVECACHEONANYFAILURE == 'yes' }}
|
||||
branding:
|
||||
icon: 'archive'
|
||||
color: 'gray-dark'
|
||||
|
Loading…
x
Reference in New Issue
Block a user