You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ke...@apache.org on 2022/08/09 04:00:20 UTC

[skywalking-eyes] branch main updated: Fix wrong env field in demo doc (#129)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 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 ed54cef  Fix wrong env field in demo doc (#129)
ed54cef is described below

commit ed54cef88faac6f74e2fec3d84715a7b37bfb677
Author: ROVAST <ro...@gmail.com>
AuthorDate: Tue Aug 9 12:00:16 2022 +0800

    Fix wrong env field in demo doc (#129)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bbbeb1b..80a908b 100644
--- a/README.md
+++ b/README.md
@@ -69,12 +69,12 @@ pull request using another GitHub action. For example:
     mode: fix
 - name: Apply Changes
   uses: EndBug/add-and-commit@v4
+  env:
+      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
   with:
     author_name: License Bot
     author_email: license_bot@github.com
     message: 'Automatic application of license header'
-    env:
-      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 ```
 
 > **Warning**: The exit code of fix mode is always 0 and can not be used to block CI