小写镜像名9
All checks were successful
简单测试 / test (push) Successful in 17s

This commit is contained in:
2025-07-12 20:49:17 +08:00
parent 7838ef5cdf
commit d3a21f0735

View File

@ -15,10 +15,11 @@ jobs:
- name: 输出所有Gitea Actions变量 (JSON格式)
run: |
REPOSITORY_NAME="${{ gitea.repository_name }}"
echo "📦 镜像名称: $REPOSITORY_NAME"
REPOSITORY = ${{ gitea.repository }}
echo "📦 镜像名称: $REPOSITORY"
ZXC="${{ gitea.repository_name }}"
echo "📦 镜像名称: $ZXC"
ZXC1="${{ gitea.repository }}"
echo "📦 镜像名称: $ZXC1"