Skip to content

Commit e176b2e

Browse files
committed
test
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 32abfd9 commit e176b2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

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

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.

src/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export async function getInputs(): Promise<Inputs> {
8484
export function sanitizeInputs(inputs: Inputs) {
8585
const res = {};
8686
for (const key of Object.keys(inputs)) {
87-
if (key === 'secrets' || key === 'github-token') {
87+
if (key === 'github-token') {
8888
continue;
8989
}
9090
const value: string | string[] | boolean = inputs[key];

0 commit comments

Comments
 (0)