GiteaCI #1

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

View File

@@ -35,11 +35,11 @@ jobs:
{ name: "rapidhash", version: "3.0", location: "all", needs_pkg: "" }
]
steps:
- name: Set lowercase branch name
run: echo "BRANCH_NAME=$(echo $GITHUB_REF_NAME | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
- name: Set BRANCH_NAME
run: |
echo "BRANCH_NAME=$(echo $GITHUB_REF_NAME | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
- name: Echo env
run: echo ${{ env.BRANCH_NAME }}
echo ${{ env.BRANCH_NAME }}
- name: Install Node.js
run: apt-get update && apt-get install -y nodejs