Skip to content

Commit

Permalink
Inputs not required on call
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 11, 2024
1 parent 89b6954 commit 71a44b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/holonix-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ on:
update-scaffolding:
type: boolean
default: false
required: true
required: false
update-launcher:
type: boolean
default: false
required: true
required: false

concurrency:
group: ${{ github.ref_name }}
Expand Down

0 comments on commit 71a44b2

Please sign in to comment.