This commit is contained in:
parent
c90e8555da
commit
f4c32a3cfc
1 changed files with 5 additions and 7 deletions
|
@ -1,15 +1,13 @@
|
|||
name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test_service:
|
||||
runs-on: native
|
||||
|
||||
steps:
|
||||
- name: Print stuff
|
||||
run: |
|
||||
echo "Hellooo"
|
||||
- name: Get branch
|
||||
run: echo "BRANCH=$(${{ gitea.ref }} | rev | cut -d/ -f1 | rev)"
|
||||
- name: Print
|
||||
run: echo $BRANCH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue