From de80ea74144505fda6654a3357d9e5c77ea750b2 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 12:00:59 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 591fd3e..0a5848d 100644 --- a/action.yaml +++ b/action.yaml @@ -12,6 +12,9 @@ inputs: gitea_repository: required: false default: 'pmo-actions/bash-library' + gitea_branch: + required: false + default: 'main' runs: using: 'composite' @@ -23,5 +26,5 @@ runs: check_command curl curl -sSL \ - '${{ inputs.gitea_server }}/${{ inputs.gitea_repository }}/raw/branch/bashlib.sh' \ + '${{ inputs.gitea_server }}/${{ inputs.gitea_repository }}/raw/${{ inputs.branch }}/bashlib.sh' \ -o "${{ github.action_path }}/../${{ inputs.script }}"