From ed54cef88faac6f74e2fec3d84715a7b37bfb677 Mon Sep 17 00:00:00 2001 From: ROVAST Date: Tue, 9 Aug 2022 12:00:16 +0800 Subject: [PATCH] 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