mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
feat: 在 docker-build-push 工作流中为测试步骤指定 bash shell
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user