mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-07 18:56:41 +00:00
style: Improve actions and workflows style (#2060)
This commit is contained in:
2
.github/actions/save_cache/action.yml
vendored
2
.github/actions/save_cache/action.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: Save cache
|
||||
description: Save conan and ccache cache for develop branch
|
||||
|
||||
inputs:
|
||||
conan_dir:
|
||||
description: Path to .conan directory
|
||||
@@ -29,6 +30,7 @@ inputs:
|
||||
description: Whether code coverage is on
|
||||
required: true
|
||||
default: "false"
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user