From 001b3e8534179cace8b7b10c9345c4c0c19aee4e Mon Sep 17 00:00:00 2001 From: adrien2p Date: Wed, 9 Feb 2022 19:16:10 +0100 Subject: [PATCH] fix: Dedent action workflow --- .github/workflows/action.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3ce13b18..b6d78cbc 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -28,10 +28,10 @@ jobs: run: npm run test - name: Push coverage badges - uses: s0/git-publish-subdir-action@develop - env: - REPO: self - BRANCH: assets - FOLDER: assets - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - MESSAGE: "misc: Build new coverage badges" + uses: s0/git-publish-subdir-action@develop + env: + REPO: self + BRANCH: assets + FOLDER: assets + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + MESSAGE: "misc: Build new coverage badges"