Compare commits

7 Commits

Author SHA1 Message Date
b5a65c4978 更新 vscode-config.json
Signed-off-by: pengchang <changpeng94@gmail.com>
2025-04-25 09:32:35 +08:00
46d6139fd8 Merge pull request '更新 .gitea/workflows/demo.yaml' (#3) from pengchang-patch-1 into main
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
Reviewed-on: https://git.moxao.top/pengchang/others/pulls/3
2025-04-17 16:36:02 +08:00
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
57519d6947 Merge pull request '添加 .gitea/workflows/demo.yaml' (#1) from pengchang-patch-1 into main
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
Reviewed-on: https://git.moxao.top/pengchang/others/pulls/1
2025-04-17 16:23:53 +08:00
e790f71a57 添加 .gitea/workflows/demo.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
Signed-off-by: pengchang <changpeng94@gmail.com>
2025-04-17 16:23:02 +08:00
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
branches:
- main
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "😀😀 REPO_NAME = ${{ vars.REPO_NAME}}"

View File

@@ -247,4 +247,5 @@
"editor.formatOnSave": true "editor.formatOnSave": true
}, },
"editor.accessibilitySupport": "off" "editor.accessibilitySupport": "off"
// 测试
} }