Skip to content

Commit

Permalink
Merge pull request #4 from Checkmarx/alex-add-workflows
Browse files Browse the repository at this point in the history
Alex add workflows
  • Loading branch information
alexc-checkmarx authored Feb 4, 2025
2 parents c189dcf + 96d4bb5 commit bd97e1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Git auth config
run: git config --local user.email "[email protected]"

- name: Get and Format the PR Title
id: get_pr_title
run: |
Expand Down

0 comments on commit bd97e1d

Please sign in to comment.