From d6dac744c80190175819aaf39bf812b51f0ba421 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 11:59:09 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index f4e32a2..591fd3e 100644 --- a/action.yaml +++ b/action.yaml @@ -23,5 +23,5 @@ runs: check_command curl curl -sSL \ - '${{ inputs.gitea_server }}/${{ inputs.gitea_repository }}/raw/branch/${{ inputs.script }}' \ + '${{ inputs.gitea_server }}/${{ inputs.gitea_repository }}/raw/branch/bashlib.sh' \ -o "${{ github.action_path }}/../${{ inputs.script }}"