Skip to content

Commit 7bb3384

Browse files
lanzreinJohan Lanzrein
andauthored
fix: typo (#509)
* was app-sever should be app-server Co-authored-by: Johan Lanzrein <[email protected]>
1 parent 8ec079a commit 7bb3384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface Config {
1818
}
1919
}
2020

21-
const appServerInput = getYamlInput('app-sever') ;
21+
const appServerInput = getYamlInput('app-server') ;
2222
if(appServerInput) {
2323
if(typeof appServerInput !== 'object') {
2424
throw new Error('input app-server must be an object');

0 commit comments

Comments
 (0)