Add original response to the Gif object in case it doesn't have what you need. #1

Merged
voidf1sh merged 8 commits from v1.0.7 into main 2024-09-23 00:21:37 +00:00
Showing only changes of commit 7bdae6d941 - Show all commits

View File

@ -8,6 +8,7 @@ on:
env:
DHUB_UNAME: ${{ secrets.DHUB_UNAME }}
DHUB_PWORD: ${{ secrets.DHUB_PWORD }}
branch: ${{ github.action_ref }}
jobs:
build:
@ -15,7 +16,7 @@ jobs:
steps:
- name: Pull latest from Git
run: |
echo "${{ gitea.action_ref }}"
echo "${{ branch }}"
pwd
whoami
mkdir -p /var/lib/act_runner/
@ -27,7 +28,7 @@ jobs:
cd tenorjs-v2
git pull
fi
git checkout "${{ gitea.action_ref }}"
git checkout "${{ branch }}"
- name: Run tests
run: |
cd /var/lib/act_runner/tenorjs-v2