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
commit e26865c60b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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