更新 .gitea/workflows/dispatch.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
This commit is contained in:
parent
57668bc2da
commit
61ac208207
@ -43,6 +43,7 @@ jobs:
|
||||
GITEA_ACTOR: ${{ gitea.actor }}
|
||||
GITEA_SERVER_URL: ${{ gitea.server_url }}
|
||||
JOB_STATUS: ${{ job.status }}
|
||||
USER_NAME: ${{ scrects.SCRECT_USER }}
|
||||
steps:
|
||||
- run: |
|
||||
echo MY_CHOICE: ${MY_CHOICE};
|
||||
@ -57,4 +58,5 @@ jobs:
|
||||
echo GITEA_EVENT: ${GITEA_EVENT};
|
||||
echo GITEA_ACTOR: ${GITEA_ACTOR};
|
||||
echo GITEA_SERVER_URL: ${GITEA_SERVER_URL};
|
||||
echo SCRECT: ${USER_NAME}
|
||||
echo JOB_STATUS: ${JOB_STATUS}
|
||||
Loading…
x
Reference in New Issue
Block a user