Update .gitea/workflows/demo.yaml
This commit is contained in:
8
.gitea/workflows/demo.yaml
Normal file
8
.gitea/workflows/demo.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
name: Demo
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: grafana-project
|
||||
steps:
|
||||
- run: echo "Nice!"
|
||||
Reference in New Issue
Block a user