添加 .gitea/workflows/test.yml
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
name: Test Actions
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
hello-world:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Hello
|
||||
run: echo "Gitea Actions 激活成功!"
|
||||
Reference in New Issue
Block a user