mrbbbaixue 09a1913c23
All checks were successful
Gitea Actions 示例 / example (push) Successful in 13s
删掉上传功能
2025-04-29 10:12:27 +08:00

18 lines
330 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Gitea Actions 示例
on:
push:
branches:
# 在master分支上有push时运行
- master
jobs:
example:
runs-on: ubuntu-latest
steps:
- name: 检出代码
uses: https://git.ra3battle.cn/actions/checkout@v4
- name: 输出README内容
run: cat README.md