Compare commits

5 Commits

Author SHA1 Message Date
1ac81cfc4c Merge pull request '更新 .gitea/workflows/demo.yaml' (#6) from pengchang-patch-3 into main
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m18s
Reviewed-on: https://git.moxao.top/pengchang/others/pulls/6
2025-04-29 14:43:11 +08:00
3ef78e2252 更新 .gitea/workflows/demo.yaml
Signed-off-by: pengchang <changpeng94@gmail.com>
2025-04-29 14:43:00 +08:00
1e250823d2 Merge pull request '更新 vscode-config.json' (#5) from pengchang-patch-2 into main
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m43s
Reviewed-on: https://git.moxao.top/pengchang/others/pulls/5
2025-04-29 14:38:38 +08:00
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
2 changed files with 2 additions and 0 deletions

View File

@@ -19,5 +19,6 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
ip addr
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "😀😀 REPO_NAME = ${{ vars.REPO_NAME}}" - 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"
// 测试
} }