Update variable calls
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
7bdae6d941
commit
367f2d8d40
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user