From d9f136221b78fe977d9c531ce8b63fc6b31361c1 Mon Sep 17 00:00:00 2001 From: nutsjian Date: Tue, 10 Oct 2023 00:17:56 +0800 Subject: [PATCH] Update auto-replace-sql-script.yml --- .github/workflows/auto-replace-sql-script.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-replace-sql-script.yml b/.github/workflows/auto-replace-sql-script.yml index 0e9bcb9..b5157e6 100644 --- a/.github/workflows/auto-replace-sql-script.yml +++ b/.github/workflows/auto-replace-sql-script.yml @@ -46,8 +46,8 @@ jobs: # with: # github_token: ${{ secrets.GITHUB_TOKEN }} run: | - git config --local user.email "nuts.jian@github.com" - git config --local user.name "nutsjian" + git config --local user.email "actions@github.com" + git config --local user.name "GitHub Actions" git add deploy/kubernetes/helm-solidui/templates/cm-mysql.yaml git commit -m "update cm-mysql.yaml" - git push origin HEAD:refs/heads/remote-branch \ No newline at end of file + git push origin HEAD:refs/heads/dev \ No newline at end of file