Skip to content

Commit fa84b6b

Browse files
committed
fix: add back metadata to run command
1 parent 0a3c062 commit fa84b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/services/action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const processAction = async (options: ProcessActionOptions) => {
149149
const result =
150150
testRun && actionCommand.testRun
151151
? await actionCommand.testRun($, metadata)
152-
: await actionCommand.run($)
152+
: await actionCommand.run($, metadata)
153153
if (result) {
154154
runResult = result
155155
}

0 commit comments

Comments
 (0)