ci: add default inputs

This commit is contained in:
ok-nick 2023-09-18 00:22:07 -04:00
parent 51834c2f5a
commit f81b6bf54e
No known key found for this signature in database
GPG key ID: E6F3F722530600D2

View file

@ -6,12 +6,15 @@ on:
required: false
path:
type: string
default: "."
required: false
cache:
type: string
default: "true"
required: false
token:
type: string
default: "${{ github.token }}"
required: false
jobs: