Skip to content

Commit

Permalink
chore: test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal committed Oct 15, 2023
1 parent ebf22a3 commit 95c24ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ async function run() {
try {
const token = process.env.GITHUB_TOKEN;

if (!token) core.debug(token + "");
else core.debug(token);

if (!token) {
core.setFailed(
"GitHub token is missing. Make sure to set the GITHUB_TOKEN secret."
Expand Down

0 comments on commit 95c24ad

Please sign in to comment.