ci-demo/.gitea/workflows/actions.yaml
李寻欢 942edffbc8
All checks were successful
TestActions / Test (push) Successful in 5s
更新 .gitea/workflows/actions.yaml
2023-10-18 09:07:30 +08:00

18 lines
343 B
YAML

name: TestActions
on:
push:
branches:
- '*'
- '!main'
jobs:
Test:
name: Test
runs-on: ubuntu-latest
steps:
- run: echo "${{ toJson(github) }}"
- run: echo "${{ toJson(runner) }}"
- run: echo "${{ toJson(gitea) }}"
- run: echo "${{ toJson(job) }}"
- run: echo "${{ toJson(env) }}"