Skip to content

Commit

Permalink
Fixed badge creation for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi authored Feb 23, 2024
1 parent 0c6994c commit 3171daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/badge-creation/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ runs:
choco install -y rsync
- name: Deploy badges
if: github.ref == 'refs/heads/master' && always() && github.event_name != 'pull_request'
uses: leventeBajczi/github-pages-deploy-action-winfix@6d31a3c68a3912555731864c0d5ef4239b02369d # v0.3
uses: leventeBajczi/github-pages-deploy-action-winfix@ae3210e0f324c433418826bf51292bcf45f1676f # v0.3
with:
branch: badges
folder: ${{ inputs.path }}
target-folder: ${{ inputs.path }}
single-commit: true
single-commit: true

0 comments on commit 3171daf

Please sign in to comment.