We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6886acc commit 650a3edCopy full SHA for 650a3ed
.github/workflows/node.js.yml
@@ -35,6 +35,7 @@ jobs:
35
run: |
36
git config --global user.email "paulwoisard@gmail.com"
37
git config --global user.name "Paul WOISARD"
38
+ git config --global --list
39
40
- name: Deploy to GitHub Pages
41
if: success() # Déploie uniquement si les étapes précédentes réussissent
0 commit comments