Skip to content

Commit

Permalink
(ci)(main) define input types
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Sep 5, 2023
1 parent c08bb99 commit 2ba506b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/main/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ inputs:
package:
description: 'Package name'
required: true
type: string
ssh-key:
description: 'SSH key used during install process'
required: false
type: string
ssh-known-hosts:
description: 'Hosts to be added known_hosts'
required: false
type: string
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 2ba506b

Please sign in to comment.