更新 .gitea/workflows/action.yaml
All checks were successful
Gitea Actions Build / Info (push) Successful in 1s
All checks were successful
Gitea Actions Build / Info (push) Successful in 1s
This commit is contained in:
parent
3e9d2d62f4
commit
9845ad37ee
@ -12,5 +12,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- logInfoMessage: Check out repository code
|
- logInfoMessage: Check out repository code
|
||||||
run: |
|
run: |
|
||||||
echo "${{toJson(github)}}"
|
echo "${{gitea.server_url}}"
|
||||||
echo "${{toJson(gitea)}}"
|
echo "${{gitea.repository_owner}}"
|
||||||
|
echo "${{gitea.repository}}"
|
||||||
|
echo "${{gitea.token}}"
|
||||||
|
echo "${{gitea.event.head_commit.message}}"
|
||||||
|
echo "${{gitea.event.head_commit.url}}"
|
||||||
|
echo "${{gitea.event.head_commit.message}}"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user