This commit is contained in:
Boshen 2024-05-27 15:02:25 +08:00
parent 56cbdf5f0e
commit ef8d3cf02b
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -28,6 +28,9 @@ inputs:
default: 'warm'
required: false
type: string
tool:
required: false
type: string
runs:
using: composite
@ -86,3 +89,10 @@ runs:
with:
shared-key: ${{ inputs.shared-key }}
save-if: ${{ inputs.save-cache == 'true' }}
- name: Install tools
uses: taiki-e/install-action@v2
if: ${{ inputs.tool }}
with:
tool: ${{ inputs.tool }}