kv-tube/.forgejo/workflows/debug.yml
KV-Tube Deployer 0bbe4fe015
All checks were successful
Debug / debug (push) Successful in 8s
debug: test runner env
2026-03-28 10:19:56 +07:00

15 lines
377 B
YAML

name: Debug
on: push
jobs:
debug:
runs-on: docker
steps:
- run: echo "GITHUB_SHA=$GITHUB_SHA"
- run: echo "GITHUB_REF=$GITHUB_REF"
- run: echo "HOME=$HOME USER=$USER PWD=$PWD"
- run: |
cd /tmp
git clone https://vndangkhoa:Thieugia19@git.khoavo.myds.me/vndangkhoa/kv-tube.git 2>&1
ls -la /tmp/kv-tube/ | head -5