From f54aa3d3042c33586bd49f1a965820049397b955 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 9 Jul 2020 16:43:04 +0800 Subject: [PATCH] chore: fix fix format.yml --- .github/workflows/format.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index f41496f027..7c9c7ed3e0 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -23,6 +23,6 @@ jobs: git config --local user.name "GitHub Action" git commit -m "style: auto format" -a - name: Push changes - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} + uses: ad-m/github-push-action@master + with: + github_token: ${{ secrets.GITHUB_TOKEN }}