Skip to content

Commit

Permalink
fix: Dedent action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Feb 9, 2022
1 parent 4f29d96 commit 001b3e8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 001b3e8

Please sign in to comment.