Skip to content

Commit

Permalink
Merge pull request #5 from Checkmarx/git-user-name
Browse files Browse the repository at this point in the history
Fix workflow (AST-0000)
  • Loading branch information
alexc-checkmarx authored Feb 4, 2025
2 parents 35fc76c + dbcb6c5 commit ddf2cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

- name: Git auth config
run: |
git config --global user.email "[email protected]"
git config --global user.name "cxAST CI"
git config --local user.email "[email protected]"
git config --local user.name "cxAST CI"
- name: Get and Format the PR Title
id: get_pr_title
Expand Down

0 comments on commit ddf2cbe

Please sign in to comment.