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