mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-19 06:25:50 +00:00
use single quote
This commit is contained in:
parent
903618b8ac
commit
90471bada5
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."
|
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
|
required: false
|
||||||
GITHUB_TOKEN:
|
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 }}'
|
default: '${{ github.token }}'
|
||||||
runs:
|
runs:
|
||||||
using: "node12"
|
using: "node12"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue