Skip to content

Commit

Permalink
Log github token
Browse files Browse the repository at this point in the history
Signed-off-by: Shakar Bakr <[email protected]>
  • Loading branch information
5h4k4r committed Oct 8, 2023
1 parent 8c3b9ea commit b67ce0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function run() {
console.log(`CWD: ${process.cwd()}`)
console.log(`filePath: ${core.getInput('filePath')}`)

const githubToken = core.getInput('filePath');
const githubToken = core.getInput('githubToken');

console.log("githubToken", githubToken)

Expand Down

0 comments on commit b67ce0c

Please sign in to comment.