添加 .gitea/workflows/action.yaml
All checks were successful
Gitea Actions Build / Info (push) Successful in 1s

This commit is contained in:
Armamem0t 2025-06-18 09:47:57 +08:00
parent 8ab6077980
commit 92b94455ee

View File

@ -0,0 +1,19 @@
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)}}"