actions / create-github-app-token

GitHub Action for creating a GitHub App Installation Access Token
https://github.com/marketplace/actions/create-github-app-token
MIT License
344 stars 47 forks source link

docs(README): fix use of deprecated arguments #86

Closed steverusso closed 9 months ago

steverusso commented 9 months ago

Using those fields that have an underscore (instead of a hyphen) cause the following warnings if used:

Warning: Input 'app_id' has been deprecated with message: 'app_id' is deprecated and will be removed in a future version. Use 'app-id' instead.
Warning: Input 'private_key' has been deprecated with message: 'private_key' is deprecated and will be removed in a future version. Use 'private-key' instead.

So this PR just drops the last use of app_id and private_key from the README in favor of app-id and private-key.

create-app-token-action-releaser[bot] commented 9 months ago

:tada: This PR is included in version 1.6.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: