Skip to content

Commit

Permalink
Merge pull request #60 from LeMyst/patch-1
Browse files Browse the repository at this point in the history
More explicit usage of github_token
  • Loading branch information
shogo82148 authored May 7, 2023
2 parents 49b269d + cb87b4d commit 163a9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion with-pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Updates dependencies in code to latest semantic ver release. (e.g.
author: 'haya14busa'
inputs:
github_token:
description: 'GITHUB_TOKEN to get latest version with GitHub Release API'
description: 'GITHUB_TOKEN to get latest version with GitHub Release API and create the PR'
default: '${{ github.token }}'
file:
description: 'target file'
Expand Down

0 comments on commit 163a9f5

Please sign in to comment.