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