From 913a97b44ad5addbbe2af3d2e149b9a239c06a58 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 12:44:22 +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 8cda930..7f2a821 100644 --- a/action.yaml +++ b/action.yaml @@ -72,7 +72,7 @@ runs: if ${{ inputs.build_command }} build -t ${image} . ; then success "Image build" "${{ inputs.image_name }}" else - error "Failed" "Cannot built the image ${{ inputs.image_name }}" \ + error "Failed" "Cannot built the image ${{ inputs.image_name }}" fi - name: tag images