Skip to content

Commit 4d73263

Browse files
committed
fix: add 'token' to Input type
1 parent b8f7f0e commit 4d73263

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/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.

src/util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export type Input =
1212
| 'remove'
1313
| 'signoff'
1414
| 'tag'
15+
| 'token'
1516

1617
export const outputs = {
1718
committed: 'false',

0 commit comments

Comments
 (0)