9 lines
151 B
YAML
9 lines
151 B
YAML
name: demo
|
|
on: [push]
|
|
|
|
jobs:
|
|
check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "hello from ${{ gitea.repository }} on ${{ gitea.ref }}"
|