use single quote

This commit is contained in:
Jonathan Yu 2021-03-21 20:39:07 +00:00
parent 903618b8ac
commit 90471bada5

View file

@ -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"