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

This commit is contained in:
liyy 2026-06-25 03:02:02 +00:00
parent a70561cf85
commit dbcd386ea0

View File

@ -44,7 +44,7 @@ jobs:
GITEA_SERVER_URL: ${{ gitea.server_url }}
JOB_STATUS: ${{ job.status }}
SECRET_USER_NAME: ${{ secrets.SCRECT_USER }}
VAR_ACTION_NAME: ${{ variables.ACTION_NAME }}
VAR_ACTION_NAME: ${{ vars.ACTION_NAME }}
steps:
- run: |
echo MY_CHOICE: ${MY_CHOICE};