Armamem0t 92b94455ee
All checks were successful
Gitea Actions Build / Info (push) Successful in 1s
添加 .gitea/workflows/action.yaml
2025-06-18 09:47:57 +08:00

19 lines
366 B
YAML

name: Gitea Actions Build
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Info:
runs-on: ubuntu-latest
steps:
- logInfoMessage: Check out repository code
run: |
echo "${{toJson(github)}}"
echo "${{toJson(gitea)}}"