更新 .gitea/workflows/dispatch.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s

This commit is contained in:
liyy 2025-12-03 02:58:33 +00:00
parent 625a97d307
commit 880ed5be32

View File

@ -28,6 +28,6 @@ jobs:
MY_TEXT: ${{ inputs.myText }}
steps:
- run: |
echo ${MY_CHOICE};
echo ${MY_CHECK};
echo ${MY_TEXT};
echo ${MY_CHOICE};
echo ${MY_CHECK};
echo ${MY_TEXT};