Files
test_gitea_act_runner/.gitea/workflows/test_action.yaml
deng 749172f13d
All checks were successful
test_action / Python3 (push) Successful in 8s
update action
2024-05-20 13:38:25 +00:00

11 lines
178 B
YAML

name: test_action
run-name: this is a gitea action test
on: [push]
jobs:
Python3:
runs-on: ubuntu-latest
steps:
- run: echo "Hello World"
- run: python -V