Skip to content

Commit

Permalink
Added setup
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Nov 4, 2024
1 parent bb9aa82 commit fe7d17d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
with:
fetch-depth: 2

- name: Setup
run: |
git config --global user.name 'Github Actions'
git config --global user.email '[email protected]'
- name:
run: echo $(git log -5 --oneline)

Expand Down

0 comments on commit fe7d17d

Please sign in to comment.