This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
The following commit(s) were added to refs/heads/main by this push:
new 3f532e8 docs: fix the indents issue in the action demo (#109)
3f532e8 is described below
commit 3f532e848332aca1039ae4baea718a830a492407
Author: Fushu Wang <[email protected]>
AuthorDate: Thu May 19 00:22:22 2022 +0800
docs: fix the indents issue in the action demo (#109)
Co-authored-by: wfsly <[email protected]>
---
README.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index f5eddc5..1a966a7 100644
--- a/README.md
+++ b/README.md
@@ -55,16 +55,16 @@ pull request using another GitHub action. For example:
```yaml
- name: Check License Header
uses: apache/skywalking-eyes@main
- with:
- mode: fix
+ with:
+ mode: fix
- name: Apply Changes
uses: EndBug/add-and-commit@v4
- with:
- author_name: License Bot
- author_email: [email protected]
- message: 'Automatic application of license header'
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ author_name: License Bot
+ author_email: [email protected]
+ message: 'Automatic application of license header'
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
**Note**: The exit code of fix mode is always 0 and can not be used to block CI