From e3d74c22e52204348d086e93424959671c79ec36 Mon Sep 17 00:00:00 2001 From: ange Date: Sat, 1 Feb 2025 12:11:54 +0000 Subject: [PATCH] verbose --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index fad1638..31d3af4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash -ex #API="$GITHUB_SERVER_URL/api/actions_pipeline/_apis/pipelines/workflows/$GITHUB_RUN_ID/artifacts" #[ -n "$INPUT_RETENTION_DAYS" ] && RETENTION="retentionDays=$INPUT_RETENTION_DAYS"