From 3171daf484a96eac238b36bb893f774c71851256 Mon Sep 17 00:00:00 2001 From: Bajczi Levente Date: Fri, 23 Feb 2024 16:08:34 +0100 Subject: [PATCH] Fixed badge creation for windows --- .github/actions/badge-creation/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/badge-creation/action.yml b/.github/actions/badge-creation/action.yml index 26738a0d69..fcc507d4ad 100644 --- a/.github/actions/badge-creation/action.yml +++ b/.github/actions/badge-creation/action.yml @@ -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 \ No newline at end of file + single-commit: true