添加 .gitea/workflows/actions.yaml
TestActions / Test (push) Successful in 1s Details

This commit is contained in:
李寻欢 2023-10-18 08:52:15 +08:00
parent 0ea3f7fb0e
commit 50f36670f9
1 changed files with 17 additions and 0 deletions

View 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 }}"