1
0
Fork 0

Adding missing curly Brace in Usage example (#150)

pull/189/head
Manuel Muñoz Solera 2019-10-14 07:59:46 -07:00 committed by Josh Gross
parent e8d384d3af
commit 565d0bbe18
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const core = require('@actions/core');
async function run() {
// This should be a token with access to your repository scoped in as a secret.
// The YML workflow will need to set myToken with the GitHub Secret Token
// myToken: ${{ secrets.GITHUB_TOKEN }
// myToken: ${{ secrets.GITHUB_TOKEN }}
// https://help.github.com/en/articles/virtual-environments-for-github-actions#github_token-secret
const myToken = core.getInput('myToken');