Skip to content

Commit

Permalink
ci: input args not required
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed May 9, 2024
1 parent 2f082b4 commit aab9680
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/action-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ on:
required: true
type: string
channel:
required: true
type: string
default: stable
artifict:
required: true
type: boolean
default: true

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/action-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
inputs:
beta:
type: boolean
required: true
default: false

jobs:
Expand Down

0 comments on commit aab9680

Please sign in to comment.