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