add pipeline
This commit is contained in:
commit
a267582d03
1 changed files with 11 additions and 0 deletions
11
.gitea/workflows/demo.yaml
Normal file
11
.gitea/workflows/demo.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
print:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
name: print secret
|
||||
run:
|
||||
echo "The secret is ${{ test.secret }}"
|
Loading…
Reference in a new issue