Skip to content

Commit

Permalink
Update auto-replace-sql-script.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nutsjian committed Oct 9, 2023
1 parent e798b67 commit d9f1362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-replace-sql-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
git push origin HEAD:refs/heads/dev

0 comments on commit d9f1362

Please sign in to comment.