mirror of https://github.com/actions/toolkit
Fix variables
parent
8260ee063e
commit
814aedd45a
|
@ -107,8 +107,8 @@ jobs:
|
|||
script: |
|
||||
const artifact = require('./packages/artifact/lib/artifact')
|
||||
|
||||
const workflowRunId = ${process.env.GITHUB_RUN_ID}
|
||||
const repository = '${process.env.GITHUB_REPOSITORY}'
|
||||
const workflowRunId = ${{ process.env.GITHUB_RUN_ID }}
|
||||
const repository = '${{ process.env.GITHUB_REPOSITORY }}'
|
||||
const repositoryOwner = repository.split('/')[0]
|
||||
const repositoryName = repository.split('/')[1]
|
||||
|
||||
|
|
Loading…
Reference in New Issue