Commit 81e5d92
committed
Updated Git configuration in workflow
Moved the Git configuration step to an earlier stage in the GitHub Actions workflow. This ensures that Git is properly configured before dependencies are installed. The user name and email for Git have been set to "GitHub Actions" and "[email protected]", respectively.1 parent 560d0bf commit 81e5d92
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
0 commit comments