GiteaCI #1
@@ -35,8 +35,8 @@ 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 lowercase branch name
|
||||||
- run: echo "BRANCH_NAME=${GITHUB_REF_NAME,,}" >> $GITHUB_ENV
|
run: echo "BRANCH_NAME=${GITHUB_REF_NAME,,}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Echo env
|
- name: Echo env
|
||||||
run: echo ${{ env.BRANCH_NAME }}
|
run: echo ${{ env.BRANCH_NAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user