Test CI
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
name: Test
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- run: echo "Hello"
|
||||
- run: echo "${{ gitea.sha }}"
|
||||
- run: echo "${{ gitea.ref }}"
|
||||
Reference in New Issue
Block a user