Skip to content

Commit

Permalink
Update constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Oct 17, 2020
1 parent 65691af commit 2c8117f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const action: ActionInterface = {
workspace: process.env.GITHUB_WORKSPACE || ''
}

/** */
/** Types for the required action parameters. */
export type RequiredActionParameters = Pick<
ActionInterface,
'accessToken' | 'gitHubToken' | 'ssh' | 'branch' | 'folder'
Expand Down

0 comments on commit 2c8117f

Please sign in to comment.