chore: update GitHub Actions workflow to use dynamic ref for checkout

This commit is contained in:
Barabazs
2025-04-10 09:34:24 +02:00
parent db1750fa48
commit 73db39703e

View File

@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- name: Set up Python
uses: actions/setup-python@v5