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

13 lines
221 B
YAML

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