Skip to content

Commit 6c43bf0

Browse files
committed
fix(action): build
1 parent f3c0e00 commit 6c43bf0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

action/build/pre.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import core from "@actions/core";
2+
process.env.LINGODOTDEV_API_KEY = core.getInput("api-key");
3+
process.env.LINGODOTDEV_PULL_REQUEST = core.getInput("pull-request");
4+
process.env.LINGODOTDEV_COMMIT_MESSAGE = core.getInput("commit-message");
5+
process.env.LINGODOTDEV_PULL_REQUEST_TITLE = core.getInput("pull-request-title");
6+
process.env.LINGODOTDEV_WORKING_DIRECTORY = core.getInput("working-directory");
7+
process.env.LINGODOTDEV_PROCESS_OWN_COMMITS = core.getInput("process-own-commits");

0 commit comments

Comments
 (0)