diff --git a/.github/workflows/arduino_lint.yml b/.github/workflows/arduino_lint.yml index 7ad6887..08e5df3 100644 --- a/.github/workflows/arduino_lint.yml +++ b/.github/workflows/arduino_lint.yml @@ -21,6 +21,11 @@ jobs: run: | git config --global --add safe.directory $(pwd) + - name: Set Git user identity + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions" + - name: Fetch main branch run: | git fetch origin main diff --git a/.github/workflows/bazel_build_aarch64.yml b/.github/workflows/bazel_build_aarch64.yml index 59f00d9..773d61b 100644 --- a/.github/workflows/bazel_build_aarch64.yml +++ b/.github/workflows/bazel_build_aarch64.yml @@ -21,6 +21,11 @@ jobs: run: | git config --global --add safe.directory $(pwd) + - name: Set Git user identity + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions" + - name: Fetch main branch run: | git fetch origin main diff --git a/.github/workflows/bazel_build_x86.yml b/.github/workflows/bazel_build_x86.yml index aa6672d..b366f01 100644 --- a/.github/workflows/bazel_build_x86.yml +++ b/.github/workflows/bazel_build_x86.yml @@ -21,6 +21,11 @@ jobs: run: | git config --global --add safe.directory $(pwd) + - name: Set Git user identity + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions" + - name: Fetch main branch run: | git fetch origin main diff --git a/.github/workflows/bazel_buildifier.yml b/.github/workflows/bazel_buildifier.yml index 37908bd..82a1d75 100644 --- a/.github/workflows/bazel_buildifier.yml +++ b/.github/workflows/bazel_buildifier.yml @@ -21,6 +21,11 @@ jobs: run: | git config --global --add safe.directory $(pwd) + - name: Set Git user identity + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions" + - name: Fetch main branch run: | git fetch origin main diff --git a/.github/workflows/bazel_test.yml b/.github/workflows/bazel_test.yml index 684a80b..a40b5a5 100644 --- a/.github/workflows/bazel_test.yml +++ b/.github/workflows/bazel_test.yml @@ -21,6 +21,11 @@ jobs: run: | git config --global --add safe.directory $(pwd) + - name: Set Git user identity + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions" + - name: Fetch main branch run: | git fetch origin main diff --git a/.github/workflows/clang_format.yml b/.github/workflows/clang_format.yml index 2b9301f..ccd3256 100644 --- a/.github/workflows/clang_format.yml +++ b/.github/workflows/clang_format.yml @@ -21,6 +21,11 @@ jobs: run: | git config --global --add safe.directory $(pwd) + - name: Set Git user identity + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions" + - name: Fetch main branch run: | git fetch origin main diff --git a/.github/workflows/clang_tidy.yml b/.github/workflows/clang_tidy.yml index 73b67d2..ab4fa47 100644 --- a/.github/workflows/clang_tidy.yml +++ b/.github/workflows/clang_tidy.yml @@ -21,6 +21,11 @@ jobs: run: | git config --global --add safe.directory $(pwd) + - name: Set Git user identity + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions" + - name: Fetch main branch run: | git fetch origin main diff --git a/.github/workflows/coverage_deploy.yml b/.github/workflows/coverage_deploy.yml index 98625e7..7ec03a5 100644 --- a/.github/workflows/coverage_deploy.yml +++ b/.github/workflows/coverage_deploy.yml @@ -34,6 +34,11 @@ jobs: run: | git config --global --add safe.directory $(pwd) + - name: Set Git user identity + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions" + - name: Fetch main branch run: | git fetch origin main diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index e32dcfa..3f8c7c4 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -19,6 +19,11 @@ jobs: run: | git config --global --add safe.directory $(pwd) + - name: Set Git user identity + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions" + - name: Fetch main branch run: | git fetch origin main diff --git a/.github/workflows/docker_push.yml b/.github/workflows/docker_push.yml index 5d64924..31a4f32 100644 --- a/.github/workflows/docker_push.yml +++ b/.github/workflows/docker_push.yml @@ -1,3 +1,4 @@ +# yamllint disable rule:line-length --- name: Docker on: # yamllint disable-line rule:truthy @@ -20,6 +21,11 @@ jobs: run: | git config --global --add safe.directory $(pwd) + - name: Set Git user identity + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions" + - name: Fetch main branch run: | git fetch origin main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c3d5d3..efd6ff4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,11 @@ jobs: run: | git config --global --add safe.directory $(pwd) + - name: Set Git user identity + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions" + - name: Fetch main branch run: | git fetch origin main diff --git a/.github/workflows/sanitizers.yml b/.github/workflows/sanitizers.yml index 876e8f8..de3aa21 100644 --- a/.github/workflows/sanitizers.yml +++ b/.github/workflows/sanitizers.yml @@ -21,6 +21,11 @@ jobs: run: | git config --global --add safe.directory $(pwd) + - name: Set Git user identity + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions" + - name: Fetch main branch run: | git fetch origin main diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 684a24f..810a782 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -21,6 +21,11 @@ jobs: run: | git config --global --add safe.directory $(pwd) + - name: Set Git user identity + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions" + - name: Fetch main branch run: | git fetch origin main