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.
1 parent d3a77cd commit 0939cbaCopy full SHA for 0939cba
.github/workflows/continuous-build.yml
@@ -70,6 +70,12 @@ 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 }}'
78
+
79
- name: Install Dependencies
80
run: pnpm install --frozen-lockfile
81
0 commit comments