GiteaCI #1

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

View File

@@ -35,8 +35,8 @@ jobs:
{ name: "rapidhash", version: "3.0", location: "all", needs_pkg: "" }
]
steps:
- - name: Set lowercase branch name
- run: echo "BRANCH_NAME=${GITHUB_REF_NAME,,}" >> $GITHUB_ENV
- name: Set lowercase branch name
run: echo "BRANCH_NAME=${GITHUB_REF_NAME,,}" >> $GITHUB_ENV
- name: Echo env
run: echo ${{ env.BRANCH_NAME }}