mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
Log github token
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
118580b35c
commit
eb44d97db9
4
index.js
4
index.js
@ -12,6 +12,10 @@ async function run() {
|
|||||||
console.log(`CWD: ${process.cwd()}`)
|
console.log(`CWD: ${process.cwd()}`)
|
||||||
console.log(`filePath: ${core.getInput('filePath')}`)
|
console.log(`filePath: ${core.getInput('filePath')}`)
|
||||||
|
|
||||||
|
const githubToken = process.env.GITHUB_TOKEN;
|
||||||
|
|
||||||
|
console.log("githubToken", githubToken)
|
||||||
|
|
||||||
const patterns = ['src/**/*.csproj', 'package.json']
|
const patterns = ['src/**/*.csproj', 'package.json']
|
||||||
const globber = await glob.create(patterns.join('\n'))
|
const globber = await glob.create(patterns.join('\n'))
|
||||||
const files = await globber.glob()
|
const files = await globber.glob()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user