More workflow experiments
Run tests / run-tests (push) Successful in 0s

This commit is contained in:
2024-03-14 11:25:43 +01:00
parent 0502b3c2ed
commit 5d8d2e72d6
2 changed files with 10 additions and 10 deletions
-10
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
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 }}"