We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898bc18 commit 0187c45Copy full SHA for 0187c45
dist/index.js
@@ -1028,7 +1028,7 @@ function processActionArg() {
1028
}
1029
function processArgs() {
1030
core.debug('Processing args...');
1031
- processActionArg();
+ action = processActionArg();
1032
directory = core.getInput(DIRECTORY);
1033
core.debug(`Processing directory argument: ${directory}`);
1034
if (directory.length < 1) {
src/main.ts
@@ -65,7 +65,7 @@ function processActionArg(): MesonAction {
65
66
67
68
69
70
71
0 commit comments