Update GitHub Actions workflow to use the current branch reference for checkout

60603a008c6779006abc479efe5251df58e9104d

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -0Showing whitespace changes
.github/workflows/pr-auto-manager.yml+2 -0
@@ -29,6 +29,8 @@ jobs:
2929 # Checkout
3030 # https://github.com/marketplace/actions/checkout
3131 uses: actions/checkout@v4.2.2
32+ with:
33+ ref: ${{ github.head_ref }}
3234
3335 - name: Setup Node.js
3436 # Setup Node.js environment