Skip to content

Commit 36485ad

Browse files
chore(fix): fixing index files
1 parent 963bb25 commit 36485ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29137,6 +29137,7 @@ const getInputs = () => {
2913729137
const result = {};
2913829138
result.token = (0, core_1.getInput)("github-token");
2913929139
result.organization = (0, core_1.getInput)("organization");
29140+
console.log('result', result);
2914029141
if (!result.token || result.token === "") {
2914129142
throw new Error("github-token is required");
2914229143
}

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)