Skip to content

Commit

Permalink
adding the build artifact to the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gagoar committed Dec 29, 2022
1 parent 41f0f95 commit ff1d06e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24719,7 +24719,8 @@ async function run() {
const appId = parseInt((0, import_core.getInput)("appId"), 10);
const installationId = parseInt((0, import_core.getInput)("installationId"), 10);
const privateKey = (0, import_core.getInput)("privateKey");
const { token } = await (0, import_github_app_installation_token.getToken)({ appId, installationId, privateKey });
const baseUrl = (0, import_core.getInput)("baseUrl", { required: false });
const { token } = await (0, import_github_app_installation_token.getToken)({ appId, installationId, privateKey, baseUrl });
(0, import_core.setOutput)("token", token);
} catch (error) {
(0, import_core.setFailed)(error.message);
Expand Down

0 comments on commit ff1d06e

Please sign in to comment.