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

This commit is contained in:
2025-07-12 20:41:24 +08:00
parent 1f7a2008a7
commit ec6040b349

View File

@ -15,9 +15,8 @@ jobs:
- name: 输出所有Gitea Actions变量 (JSON格式) - name: 输出所有Gitea Actions变量 (JSON格式)
run: | run: |
echo "🔍 正在输出所有Gitea Actions相关的环境变量..." repository_name="${{ gitea.repository_name }}"
env | grep ^GITEA_ | jq -R 'split("=")' | jq -s 'map(select(length >= 2)) | map({key: .[0], value: (.[1:] | join("="))}) | from_entries' echo "📦 镜像名称: $repository_name"
echo "✅ Gitea Actions变量输出完成。"