add pipeline

This commit is contained in:
Maximilian Keßler 2023-10-16 21:23:02 +02:00
commit a267582d03
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View 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 }}"