Merge pull request #24 from joshmgross/master

Default to the GitHub token
This commit is contained in:
Jonathan Clem
2020-02-13 14:05:12 -05:00
committed by GitHub

View File

@@ -10,7 +10,8 @@ inputs:
required: true
github-token:
description: The GitHub token used to create an authenticated client
required: true
default: ${{ github.token }}
required: false
debug:
description: Whether to tell the GitHub client to log details of its requests
default: false