We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfde7f4 commit 1f3f0c8Copy full SHA for 1f3f0c8
1 file changed
.github/workflows/pull-request-validation.yml
@@ -345,11 +345,15 @@ jobs:
345
print-commit-stats:
346
if: always()
347
name: Print commit stats
348
+ permissions:
349
+ contents: read
350
runs-on: ubuntu-latest
351
352
steps:
353
- uses: actions/checkout@v4
354
355
+ - run: git fetch origin main
356
+
357
- name: Use Node.js ${{ env.node-version }}
358
uses: actions/setup-node@v4
359
with:
0 commit comments