Skip to content

Commit

Permalink
Merge pull request #139 from ArangoGutierrez/ssh_handling
Browse files Browse the repository at this point in the history
Rename holodeckSSHKeyFile
  • Loading branch information
ArangoGutierrez authored Aug 8, 2024
2 parents e0a164f + d288497 commit ebe4516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/action/ci/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
cacheFile = "/github/workspace/.cache/holodeck.yaml"
kubeconfig = "/github/workspace/kubeconfig"
sshKeyFile = "/github/workspace/.cache/key"
holodeckSSHKeyFile = "/github/workspace/aws_ssh_key"
holodeckSSHKeyFile = "/github/workspace/holodeck_ssh_key"
)

func Run(log *logger.FunLogger) error {
Expand Down

0 comments on commit ebe4516

Please sign in to comment.