fix: add 'token' to Input type

This commit is contained in:
Federico Grandi
2020-12-22 20:27:21 +01:00
parent b8f7f0eada
commit 4d73263e3e
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -12,6 +12,7 @@ export type Input =
| 'remove'
| 'signoff'
| 'tag'
| 'token'
export const outputs = {
committed: 'false',