modified: .gitea/workflows/fetch-actions.sh
All checks were successful
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Successful in 15s

This commit is contained in:
2025-11-22 17:28:24 +00:00
parent 795922f3c0
commit cfd6436ad1

View File

@@ -24,5 +24,5 @@ mkdir -p ${WORKSPACE}/.gitea/limbo_actions
git clone -b main --depth=1 https://git.limbosolutions.com/kb/gitea ${RUNNER_TEMP}/gitea_src 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 for dir in ${RUNNER_TEMP}/gitea_src/.gitea/actions/*; do
ln -s "$dir" "${RUNNER_TEMP}/.gitea/limbo_actions/$(basename "$dir")" ln -s "$dir" "${WORKSPACE}/.gitea/limbo_actions/$(basename "$dir")"
done done