commit a267582d03d7b0c561a535d06c3fe07beee33d83 Author: Maximilian Keßler Date: Mon Oct 16 21:23:02 2023 +0200 add pipeline diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml new file mode 100644 index 0000000..d19d208 --- /dev/null +++ b/.gitea/workflows/demo.yaml @@ -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 }}"