From b3f867447ec8fc0c434ff19fa30051c34f774065 Mon Sep 17 00:00:00 2001 From: Alexander Hoppe Date: Wed, 16 Jul 2025 17:28:14 +0000 Subject: [PATCH] include go files in actions.yaml --- .github/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 1d6dc914..510af8d2 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -38,7 +38,7 @@ jobs: - name: Run domain replacement uses: ./.github/workflows/domain-replacer with: - file-glob: '**/*.{md,yml,yaml,txt,py}' + file-glob: '**/*.{md,yml,yaml,txt,py,go,sh}' - name: Show Git Diff run: git diff --stat || true