Change variables to grab branch name
Some checks failed
TenorJS-v2 Deploy Automation / build (pull_request) Failing after 0s

This commit is contained in:
Skylar Grant 2024-09-22 20:15:16 -04:00
parent 073131bd85
commit e71bba0448

View File

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