mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
ci: add default inputs
This commit is contained in:
parent
51834c2f5a
commit
f81b6bf54e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/env.yml
vendored
3
.github/workflows/env.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue