feat: 在 docker-build-push 工作流中为测试步骤指定 bash shell

This commit is contained in:
2024-10-15 23:00:32 +08:00
parent 2d9eca2894
commit 8c48919d2b

View File

@ -34,6 +34,7 @@ runs:
using: "composite"
steps:
- name: 测试在这里取 secrets
shell: bash
run: |
if [ "${{ secrets.VALUE_IS_HY }}" == "HY" ]; then
echo "Got secrets VALUE_IS_HY"