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

This commit is contained in:
Cohee
2025-03-29 19:27:47 +02:00
parent 2271d7a220
commit 60603a008c

View File

@@ -29,6 +29,8 @@ jobs:
# Checkout
# https://github.com/marketplace/actions/checkout
uses: actions/checkout@v4.2.2
with:
ref: ${{ github.head_ref }}
- name: Setup Node.js
# Setup Node.js environment