添加 .gitea/workflows/actions.yaml
All checks were successful
TestActions / Test (push) Successful in 1s
All checks were successful
TestActions / Test (push) Successful in 1s
This commit is contained in:
parent
0ea3f7fb0e
commit
50f36670f9
17
.gitea/workflows/actions.yaml
Normal file
17
.gitea/workflows/actions.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
name: TestActions
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- '!main'
|
||||
|
||||
jobs:
|
||||
Test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "${{ github }}"
|
||||
- run: echo "${{ runner }}"
|
||||
- run: echo "${{ gitea }}"
|
||||
- run: echo "${{ job }}"
|
Loading…
Reference in New Issue
Block a user