From 49f63a8656d96e41df647f6e2224da3a952d2406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 17:23:19 +0000 Subject: [PATCH] modified: .gitea/workflows/fetch-actions.sh --- .gitea/workflows/fetch-actions.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/fetch-actions.sh b/.gitea/workflows/fetch-actions.sh index a05d07f..3ea3239 100644 --- a/.gitea/workflows/fetch-actions.sh +++ b/.gitea/workflows/fetch-actions.sh @@ -1,17 +1,17 @@ set -euo pipefail -echo "fetching actions." >&2 +echo "::notice::fetching actions." # check arguments ERROR=0 if [ -z "${RUNNER_TEMP}" ]; then - echo "❌ ERROR: missing env RUNNER_TEMP" >&2 + echo "::notice::❌ ERROR: missing env RUNNER_TEMP" >&2 $ERROR=1 fi if [ -z "${WORKSPACE}" ]; then - echo "❌ ERROR: missing env WORKSPACE" >&2 + echo "::notice::❌ ERROR: missing env WORKSPACE" >&2 $ERROR=1 fi