Update variable calls
Some checks failed
TenorJS-v2 Deploy Automation / build (pull_request) Failing after 0s

This commit is contained in:
Skylar Grant 2024-09-22 20:19:29 -04:00
parent 7bdae6d941
commit 367f2d8d40

View File

@ -16,7 +16,7 @@ jobs:
steps:
- name: Pull latest from Git
run: |
echo "${{ branch }}"
echo "$branch"
pwd
whoami
mkdir -p /var/lib/act_runner/
@ -28,7 +28,7 @@ jobs:
cd tenorjs-v2
git pull
fi
git checkout "${{ branch }}"
git checkout "$branch"
- name: Run tests
run: |
cd /var/lib/act_runner/tenorjs-v2