refactor: 移除 docker-build-push 工作流中的测试 vars 步骤

This commit is contained in:
2024-10-15 23:07:09 +08:00
parent a436649d0b
commit b321d0e415

View File

@ -33,10 +33,6 @@ outputs:
runs:
using: "composite"
steps:
- name: 测试在这里取 vars
shell: bash
run: |
echo "vars.DOCKERHUB_USERNAME: ${{ vars.DOCKERHUB_USERNAME }}"
- name: Check .git folder
id: check-git-folder
shell: bash