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