mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-19 06:25:50 +00:00
remove $
This commit is contained in:
parent
90471bada5
commit
c821c38e00
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ inputs:
|
|||
description: "other repo name limited use on github enterprise. If not set, the current repo is used by default. Note that When you trying changing a repo, be aware that GITHUB_TOKEN should also use that repo's."
|
||||
required: false
|
||||
GITHUB_TOKEN:
|
||||
description: 'The GitHub access token (e.g. secrets.GITHUB_TOKEN) used to create or update the comment. This defaults to ${{ github.token }}.'
|
||||
description: 'The GitHub access token (e.g. secrets.GITHUB_TOKEN) used to create or update the comment. This defaults to {{ github.token }}.'
|
||||
default: '${{ github.token }}'
|
||||
runs:
|
||||
using: "node12"
|
||||
|
|
|
|||
Loading…
Reference in a new issue