Skip to content

Commit

Permalink
Update snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerra authored Feb 28, 2024
1 parent 8c19ebb commit 49e1e57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Git
run: |
git config --global user.name 'Zuul Build'
git config --global user.email '[email protected]'
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 49e1e57

Please sign in to comment.