Skip to content

Commit

Permalink
fixup! Fix #26: Add support for running the action multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Dec 9, 2023
1 parent ee222e6 commit 43c3954
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/action/action.ts
Expand Up @@ -575,8 +575,8 @@ class NoopSshConfiguration extends SshConfigurator {
}

class XhyveSshConfiguration extends SshConfigurator {
override config(_ipAddress: string): void {
//this.setupHostname(ipAddress)
override config(ipAddress: string): void {
this.setupHostname(ipAddress)
}
}

Expand Down

0 comments on commit 43c3954

Please sign in to comment.