GiteaCI #1

Merged
rboullard merged 21 commits from GiteaCI into Development 2026-01-25 23:10:00 +00:00
Showing only changes of commit 2453ec0572 - Show all commits

View File

@@ -36,7 +36,7 @@ jobs:
] ]
steps: steps:
- name: Set lowercase branch name - name: Set lowercase branch name
run: echo "BRANCH_NAME=${GITHUB_REF_NAME,,}" >> $GITHUB_ENV run: echo "BRANCH_NAME=$(echo $GITHUB_REF_NAME | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
- name: Echo env - name: Echo env
run: echo ${{ env.BRANCH_NAME }} run: echo ${{ env.BRANCH_NAME }}