From 308469b7cfa1fe714246dec0fbbe5a8691e4f919 Mon Sep 17 00:00:00 2001 From: Alexander Hoppe Date: Wed, 16 Jul 2025 17:13:20 +0000 Subject: [PATCH] include go files --- .github/workflows/domain-replacer/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/domain-replacer/action.yaml b/.github/workflows/domain-replacer/action.yaml index 57337ca6..7a73701a 100644 --- a/.github/workflows/domain-replacer/action.yaml +++ b/.github/workflows/domain-replacer/action.yaml @@ -4,7 +4,7 @@ inputs: file-glob: description: 'Glob pattern for files to scan' required: false - default: '**/*.{md,yml,yaml,txt,py}' + default: '**/*.{md,yml,yaml,txt,py,go,sh}' runs: using: "composite"