更新 .gitea/workflows/dispatch.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
This commit is contained in:
parent
625a97d307
commit
880ed5be32
@ -28,6 +28,6 @@ jobs:
|
|||||||
MY_TEXT: ${{ inputs.myText }}
|
MY_TEXT: ${{ inputs.myText }}
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
echo ${MY_CHOICE};
|
echo ${MY_CHOICE};
|
||||||
echo ${MY_CHECK};
|
echo ${MY_CHECK};
|
||||||
echo ${MY_TEXT};
|
echo ${MY_TEXT};
|
||||||
Loading…
x
Reference in New Issue
Block a user