Skip to content

Commit

Permalink
Fix workflow variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Dec 7, 2023
1 parent fddd173 commit f18766b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/actions/open-ssh-tunnel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: deploy-helm
description: "Helm deploy"

inputs:
secrets:
description: secrets to be set when creating the secret resource
required: false
bastion_user:
description: username@host for the ssh tunnel
required: true
type: string
bastion_ssh_key:
description: private ssh key content
required: true
type: string

runs:
Expand Down

0 comments on commit f18766b

Please sign in to comment.