From 6db8658d3ba1f2e42832248da371c3cfe1f03c66 Mon Sep 17 00:00:00 2001 From: Michael Melesse Date: Thu, 20 Jun 2024 16:18:32 -0500 Subject: [PATCH] save --- .github/workflows/amd_perf_kernel_nightly_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/amd_perf_kernel_nightly_tests.yml b/.github/workflows/amd_perf_kernel_nightly_tests.yml index 41fa412f72e6..8b330e28bef6 100644 --- a/.github/workflows/amd_perf_kernel_nightly_tests.yml +++ b/.github/workflows/amd_perf_kernel_nightly_tests.yml @@ -57,6 +57,8 @@ jobs: git fetch upstream - name: Rebase onto upstream/main run: | + git config --global user.email "ci@amd.com" + git config --global user.name "Github Actions Nightly CI Script" git rebase upstream/main || { echo "Rebase failed"; exit 1; } - name: Show Git Log run: |