Skip to content

Commit

Permalink
Merge pull request #90 from useblacksmith/warning-debug
Browse files Browse the repository at this point in the history
src: change warning to debug
  • Loading branch information
adityamaru authored Jan 1, 2025
2 parents 4ed3ba5 + 34ea2f7 commit 4fe825e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const execAsync = promisify(exec);
async function joinTailnet(): Promise<void> {
const token = process.env.BLACKSMITH_TAILSCALE_TOKEN;
if (!token || token === 'unset') {
core.warning('BLACKSMITH_TAILSCALE_TOKEN environment variable not set, skipping tailnet join');
core.debug('BLACKSMITH_TAILSCALE_TOKEN environment variable not set, skipping tailnet join');
return;
}

Expand Down

0 comments on commit 4fe825e

Please sign in to comment.