Update the production branch #82

Merged
heinzel merged 35 commits from master into production 2024-09-16 08:50:39 +02:00
2 changed files with 10 additions and 10 deletions
Showing only changes of commit 5d8d2e72d6 - Show all commits

View File

@@ -1,10 +0,0 @@
name: Gitea Test
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: linux_amd64
steps:
- run: echo "Echo ${{ gitea }}"
- run: echo "Echo ${{ runner }}"
- run: echo "Echo ${{ job }}"

10
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,10 @@
name: Run tests
on: [push]
jobs:
run-tests:
runs-on: linux_amd64
steps:
- run: echo "Echo ${{ gitea.repository }}"
- run: echo "Echo ${{ gitea.repositoryUrl }}"
- run: echo "Echo ${{ gitea.server_url }}"