reeee
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 18s

This commit is contained in:
shenjack 2023-12-10 03:32:44 +08:00
parent 713c1d0a52
commit 4c369a7215
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -24,6 +24,8 @@ jobs:
echo "你的仓库路径是 ${{ gitea.workspace }}" echo "你的仓库路径是 ${{ gitea.workspace }}"
echo "这个 Action 的运行状态是 ${{ job.status }}" echo "这个 Action 的运行状态是 ${{ job.status }}"
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
cd ${{ gitea.workspace }}
ls ..
- name: 展示 python 版本 - name: 展示 python 版本
run: | run: |