modified: .gitea/workflows/fetch-actions.sh
Some checks failed
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Failing after 13s
Some checks failed
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Failing after 13s
This commit is contained in:
@@ -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
|
||||
for dir in ${RUNNER_TEMP}/gitea_src/.gitea/actions/*; do
|
||||
ln -s "$dir" "${RUNNER_TEMP}/.gitea/limbo_actions/$(basename "$dir")"
|
||||
done
|
||||
Reference in New Issue
Block a user