Skip to content

Commit

Permalink
ci: add default inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-nick committed Sep 18, 2023
1 parent 51834c2 commit f81b6bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f81b6bf

Please sign in to comment.