From 78014593f84a13ebaaa868e40fc32f6f6d4877a8 Mon Sep 17 00:00:00 2001 From: adrien2p Date: Wed, 9 Feb 2022 19:38:47 +0100 Subject: [PATCH] fix: action workflow --- .github/workflows/action.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b6d78cbc..02474bf9 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -26,12 +26,3 @@ jobs: - name: 'run unit tests' 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"