fix invalid brach option (now ref)

This commit is contained in:
Mikael Finstad 2025-05-18 16:43:26 +02:00
parent 25051841ff
commit 2505187fbd
No known key found for this signature in database
GPG key ID: 25AB36E3E81CBC26

View file

@ -14,7 +14,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
with:
branch: release
ref: release
- name: Rebase
run: |
git fetch origin HEAD --depth=1