This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
name: demo
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "hello from ${{ gitea.repository }} on ${{ gitea.ref }}"
|
||||
Reference in New Issue
Block a user