Compare commits

3 Commits

Author SHA1 Message Date
d2d8b6c81d 更新 .gitea/workflows/demo.yaml
Signed-off-by: pengchang <changpeng94@gmail.com>
2025-04-17 16:35:37 +08:00
c9c07d902e Merge pull request '更新 .gitea/workflows/demo.yaml' (#2) from pengchang-patch-1 into main
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
Reviewed-on: https://git.moxao.top/pengchang/others/pulls/2
2025-04-17 16:26:29 +08:00
3c1ced944c 更新 .gitea/workflows/demo.yaml 2025-04-17 16:26:00 +08:00

View File

@@ -1,6 +1,9 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
on:
push:
branches:
- main
jobs:
Explore-Gitea-Actions:
@@ -17,3 +20,4 @@ jobs:
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "😀😀 REPO_NAME = ${{ vars.REPO_NAME}}"