diff --git a/.github/workflows/bazel-steward.yaml b/.github/workflows/bazel-steward.yaml index 0e8a71b21..78110cc3f 100644 --- a/.github/workflows/bazel-steward.yaml +++ b/.github/workflows/bazel-steward.yaml @@ -44,8 +44,8 @@ jobs: go install github.com/bazelbuild/buildtools/buildifier@latest echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH" - git config user.name "Bazel Steward 🤵" - git config user.email "steward@enola.dev" + git config --global user.name "Bazel Steward 🤵" + git config --global user.email "steward@enola.dev" - uses: actions/checkout@v4 with: fetch-depth: 0