diff --git a/.forgejo/workflows/pr.yml b/.forgejo/workflows/pr.yml index 059d30a2..4e9d2283 100644 --- a/.forgejo/workflows/pr.yml +++ b/.forgejo/workflows/pr.yml @@ -10,6 +10,8 @@ jobs: image: node:20 steps: - uses: https://code.forgejo.org/actions/checkout@v3 + with: + ref: ${{ github.event.pull_request.head.sha }} - name: lint run: | corepack enable