From 13ff54abdf8e5843c74eac20f7cd44dea6aff616 Mon Sep 17 00:00:00 2001 From: Adrian Pastor <6169628+pagvac@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:11:14 -0400 Subject: [PATCH] Update dnsmap.yml --- .github/workflows/dnsmap.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dnsmap.yml b/.github/workflows/dnsmap.yml index ce3c16a..dbdfa8f 100644 --- a/.github/workflows/dnsmap.yml +++ b/.github/workflows/dnsmap.yml @@ -10,7 +10,8 @@ on: workflow_dispatch: inputs: domain: - description: 'domain name' + description: 'your domain name' + default: 'github.com' type: string required: false