fix(ci): robust branch extraction to fix target resolution
Some checks failed
Build & Deploy / 🔍 Prepare (push) Failing after 3s
Build & Deploy / 🧪 QA (push) Has been skipped
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-06-18 13:44:19 +02:00
parent 10a6b995ac
commit 19a9ddeb20

View File

@@ -84,7 +84,9 @@ jobs:
id: determine
shell: bash
run: |
REF="${{ github.ref_name }}"
RAW_REF="${{ github.ref }}"
REF="${RAW_REF#refs/heads/}"
REF="${REF#refs/tags/}"
SHORT_SHA=$(echo "${{ github.sha }}" | cut -c1-7)
DOMAIN="e-tib.com"
PRJ="etib"