Merge pull request #90 from useblacksmith/warning-debug

src: change warning to debug
pull/1358/head
Aditya Maru 9 months ago committed by GitHub
commit 4fe825e8c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

@ -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;
}

Loading…
Cancel
Save