小写镜像名8
Some checks failed
简单测试 / test (push) Failing after 10s

This commit is contained in:
2025-07-12 20:47:22 +08:00
parent 8eaebe3da3
commit 7838ef5cdf

View File

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