Encapsulate branch name in quotes
Some checks failed
TenorJS-v2 Deploy Automation / build (pull_request) Failing after 0s
Some checks failed
TenorJS-v2 Deploy Automation / build (pull_request) Failing after 0s
This commit is contained in:
parent
b9208cc8f1
commit
073131bd85
@ -27,7 +27,7 @@ jobs:
|
||||
cd tenorjs-v2
|
||||
git pull
|
||||
fi
|
||||
git checkout ${{ gitea.ref_name }}
|
||||
git checkout "${{ gitea.ref_name }}"
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd /var/lib/act_runner/tenorjs-v2
|
||||
|
Loading…
Reference in New Issue
Block a user