Skip to content

Commit bb685ed

Browse files
committed
chore: add action build
1 parent 7bb3384 commit bb685ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action/dist/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66167,7 +66167,7 @@ const config = {
6616766167
url: new URL('https://github-actions-access-token.netlify.app'),
6616866168
},
6616966169
};
66170-
const appServerInput = getYamlInput('app-sever');
66170+
const appServerInput = getYamlInput('app-server');
6617166171
if (appServerInput) {
6617266172
if (typeof appServerInput !== 'object') {
6617366173
throw new Error('input app-server must be an object');

0 commit comments

Comments
 (0)