diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ffac81b..fb93911 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -36,6 +36,8 @@ jobs: { name: "rapidhash", version: "3.0", location: "all", needs_pkg: "" } ] steps: + - name: Echo env + run: echo ${{ env.BRANCH_NAME }} - name: Install Node.js run: apt-get update && apt-get install -y nodejs