Encapsulate branch name in quotes
Some checks failed
TenorJS-v2 Deploy Automation / build (pull_request) Failing after 0s

This commit is contained in:
Skylar Grant 2024-09-22 20:13:25 -04:00
parent b9208cc8f1
commit 073131bd85

View File

@ -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