This commit is contained in:
@@ -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
10
.gitea/workflows/test.yml
Normal 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 }}"
|
||||
Reference in New Issue
Block a user