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:
29 # Checkout29 # Checkout
30 # https://github.com/marketplace/actions/checkout30 # https://github.com/marketplace/actions/checkout
31 uses: actions/checkout@v4.2.231 uses: actions/checkout@v4.2.2
32 with:
33 ref: ${{ github.head_ref }}
3234
33 - name: Setup Node.js35 - name: Setup Node.js
34 # Setup Node.js environment36 # Setup Node.js environment