deprived-main-website/.forgejo/workflows/testworkflow.yml
Sveske-Juice 34ad3b02f8
All checks were successful
Test / test_service (push) Successful in 0s
get branch name
2025-05-04 19:29:58 +02:00

13 lines
219 B
YAML

name: Test
on: [push]
jobs:
test_service:
runs-on: native
steps:
- name: Get branch
run: echo "BRANCH=$(echo "${{ gitea.ref }}" | cut -d'/' -f3)"
- name: Print
run: echo $BRANCH