Skip to content

Commit

Permalink
[patch] adding git user per updated tagger
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfmurdock committed Aug 22, 2024
1 parent 3da3de2 commit 3a31794
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set Up Git User
run: |
git config user.name "github-actions[bot]"
git config user.email "[email protected]"
- uses: testspace-com/setup-testspace@v1
with:
domain: robertfmurdock
Expand Down

0 comments on commit 3a31794

Please sign in to comment.