Home
last modified time | relevance | path

Searched refs:relativeRef (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/libnpmpublish/lib/
Dprovenance.js22 const relativeRef = (env.GITHUB_WORKFLOW_REF || '').replace(env.GITHUB_REPOSITORY + '/', '') constant
23 const delimiterIndex = relativeRef.indexOf('@')
24 const workflowPath = relativeRef.slice(0, delimiterIndex)
25 const workflowRef = relativeRef.slice(delimiterIndex + 1)