Update GitHub Actions workflow to use the current branch reference for checkout
| @@ -29,6 +29,8 @@ jobs: | ||
| 29 | 29 | # Checkout |
| 30 | 30 | # https://github.com/marketplace/actions/checkout |
| 31 | 31 | uses: actions/checkout@v4.2.2 |
| 32 | + with: | |
| 33 | + ref: ${{ github.head_ref }} | |
| 32 | 34 | |
| 33 | 35 | - name: Setup Node.js |
| 34 | 36 | # Setup Node.js environment |