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