diff --git a/.gitea/workflows/fetch-actions.sh b/.gitea/workflows/fetch-actions.sh index 4c13f69..1cac39d 100644 --- a/.gitea/workflows/fetch-actions.sh +++ b/.gitea/workflows/fetch-actions.sh @@ -23,6 +23,6 @@ mkdir -p ${RUNNER_TEMP}/gitea_src mkdir -p ${WORKSPACE}/.gitea/limbo_actions git clone -b main --depth=1 https://git.limbosolutions.com/kb/gitea ${RUNNER_TEMP}/gitea_src -# for dir in ${RUNNER_TEMP}/gitea_src/.gitea/actions/*; do -# ln -sf "$dir" "${RUNNER_TEMP}/.gitea/limbo_actions/$(basename "$dir")" -# done \ No newline at end of file +for dir in ${RUNNER_TEMP}/gitea_src/.gitea/actions/*; do + ln -s "$dir" "${RUNNER_TEMP}/.gitea/limbo_actions/$(basename "$dir")" +done \ No newline at end of file