Log github token

Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar Bakr 2023-10-08 17:13:47 +03:00
parent 8c3b9ea853
commit b67ce0cc31
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -12,7 +12,7 @@ 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 = core.getInput('filePath'); const githubToken = core.getInput('githubToken');
console.log("githubToken", githubToken) console.log("githubToken", githubToken)