Skip to content

Commit

Permalink
test git identification
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael-Marchese committed Oct 30, 2023
1 parent 9aaa9eb commit a76bb54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
# run: |
# cd project/
# .././template-sync.sh https://github.com/api-platform/api-platform --debug

- name: Identification for git
run: |
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
- name: Run test
run: ./test.sh

Expand Down

0 comments on commit a76bb54

Please sign in to comment.