deprived-main-website/.forgejo/workflows/testworkflow.yml
Sveske-Juice af39a7f00f
All checks were successful
Test / test_service (push) Successful in 0s
get branch name
2025-05-04 18:32:41 +02:00

13 lines
203 B
YAML

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