modified: .gitea/workflows/fetch-actions.sh
Some checks failed
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Failing after 12s

This commit is contained in:
2025-11-22 17:06:23 +00:00
parent baa7cbe7b3
commit 48bed5f253

View File

@@ -23,5 +23,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 -sf "$dir" "${{ RUNNER_TEMP }}/.gitea/limbo_actions/$(basename "$dir")" ln -sf "$dir" "${RUNNER_TEMP}/.gitea/limbo_actions/$(basename "$dir")"
done done