8 Commits
v0.0.1 ... test

Author SHA1 Message Date
457d119289 Test actions on test branch
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
2025-01-25 23:20:30 +01:00
99596714fa Test actions on test branch
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
2025-01-25 21:42:03 +01:00
c584e3d61f Lokaler Test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
2025-01-25 21:33:22 +01:00
8c926b1fb4 README.md aktualisiert
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
2025-01-25 20:31:09 +00:00
de6c61559d README.md aktualisiert
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Signed-off-by: jafreli <jafreli@noreply.localhost>
2025-01-25 20:27:51 +00:00
51acf11ac7 README.md aktualisiert
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
2025-01-25 20:22:47 +00:00
bf85c63421 test update
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
2025-01-13 00:09:46 +00:00
1e8d997850 Gitea runner test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 27s
2024-12-31 00:17:37 +00:00
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
branches:
- main
- test
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."

View File

@@ -0,0 +1,9 @@
# Hallo
Ich bin auch da.
## Das ist ein Test.
Lokaler Test.
## Das ist ein Test.