Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexc-checkmarx committed Feb 4, 2025
1 parent 99155e1 commit 35fc76c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

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

0 comments on commit 35fc76c

Please sign in to comment.