Skip to content

Commit

Permalink
Fix github action badge
Browse files Browse the repository at this point in the history
  • Loading branch information
8ctopus committed May 14, 2024
1 parent 721cb58 commit 55b9867
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ jobs:
coverage_badge_path: .github/coverage.svg
push_badge: false

- name: Git push badges to image-data branch
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: .github
publish_branch: image-data
github_token: ${{ secrets.GITHUB_TOKEN }}
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'

- name: Get lines of code (more sophisticated, uses scc)
id: scc
uses: hdmsantander/scc-docker-action@3.0
Expand All @@ -64,3 +55,12 @@ jobs:
status: ${{ steps.parse_scc.outputs.loc }}
color: 'blue'
path: .github/lines.svg

- name: Git push badges to image-data branch
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: .github
publish_branch: image-data
github_token: ${{ secrets.GITHUB_TOKEN }}
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
1 change: 0 additions & 1 deletion src/Tax.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ public function setPercentage(float $percentage) : self
return $this;
}
}

0 comments on commit 55b9867

Please sign in to comment.