Skip to content

Commit 1f3f0c8

Browse files
committed
Fetch main
1 parent dfde7f4 commit 1f3f0c8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pull-request-validation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,15 @@ jobs:
345345
print-commit-stats:
346346
if: always()
347347
name: Print commit stats
348+
permissions:
349+
contents: read
348350
runs-on: ubuntu-latest
349351

350352
steps:
351353
- uses: actions/checkout@v4
352354

355+
- run: git fetch origin main
356+
353357
- name: Use Node.js ${{ env.node-version }}
354358
uses: actions/setup-node@v4
355359
with:

0 commit comments

Comments
 (0)