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

13 lines
222 B
YAML

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