mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-06 21:49:33 +02:00
Merge pull request #90 from useblacksmith/warning-debug
src: change warning to debug
This commit is contained in:
commit
4fe825e8c9
3 changed files with 3 additions and 3 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
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> {
|
async function joinTailnet(): Promise<void> {
|
||||||
const token = process.env.BLACKSMITH_TAILSCALE_TOKEN;
|
const token = process.env.BLACKSMITH_TAILSCALE_TOKEN;
|
||||||
if (!token || token === 'unset') {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue