From ef547c8fa268c22d420559152eb510e6f1871f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 17:08:07 +0000 Subject: [PATCH] modified: .gitea/workflows/fetch-actions.sh --- .gitea/workflows/fetch-actions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/fetch-actions.sh b/.gitea/workflows/fetch-actions.sh index 4be8a1c..2045ad5 100644 --- a/.gitea/workflows/fetch-actions.sh +++ b/.gitea/workflows/fetch-actions.sh @@ -1,6 +1,8 @@ #/bin/bash set -euo pipefail +echo "fetching actions." + # check arguments ERROR=0