We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c0e00 commit 6c43bf0Copy full SHA for 6c43bf0
action/build/pre.js
@@ -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