Add original response to the Gif object in case it doesn't have what you need. #1
@ -15,7 +15,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Pull latest from Git
|
- name: Pull latest from Git
|
||||||
run: |
|
run: |
|
||||||
echo "${{ gitea.action_name }}"
|
echo "${{ gitea.action_ref }}"
|
||||||
pwd
|
pwd
|
||||||
whoami
|
whoami
|
||||||
mkdir -p /var/lib/act_runner/
|
mkdir -p /var/lib/act_runner/
|
||||||
@ -27,7 +27,7 @@ jobs:
|
|||||||
cd tenorjs-v2
|
cd tenorjs-v2
|
||||||
git pull
|
git pull
|
||||||
fi
|
fi
|
||||||
git checkout "${{ gitea.action_name }}"
|
git checkout "${{ gitea.action_ref }}"
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd /var/lib/act_runner/tenorjs-v2
|
cd /var/lib/act_runner/tenorjs-v2
|
||||||
|
Loading…
Reference in New Issue
Block a user