We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51f618e + 8b531c7 commit 9df2cf7Copy full SHA for 9df2cf7
.github/workflows/continuous-build.yml
@@ -70,11 +70,10 @@ jobs:
70
node-version: '20.17.0'
71
cache: 'pnpm'
72
73
- # TODO: Are these necessary?
74
- # - name: Configure Git credentials
75
- # run: |
76
- # git config --global user.name '${{ secrets.GH_USER_NAME }}'
77
- # git config --global user.email '${{ secrets.GH_USER_EMAIL }}'
+ - name: Configure Git credentials
+ run: |
+ git config --global user.name '${{ secrets.GH_USER_NAME }}'
+ git config --global user.email '${{ secrets.GH_USER_EMAIL }}'
78
79
- name: Install Dependencies
80
run: pnpm install
0 commit comments