doc: Update README.md #206 #102

This commit is contained in:
jaywcjlove
2022-12-05 09:51:09 +08:00
parent 5b649147ca
commit cd599f7798
2 changed files with 3 additions and 2 deletions

View File

@ -414,7 +414,7 @@ toJSON(job)
```yml
steps:
...
- name: The job has succeeded
- name: 作业已成功
if: ${{ success() }}
```
@ -423,7 +423,7 @@ steps:
```yml
steps:
...
- name: The job has failed
- name: 作业失败
if: ${{ failure() }}
```