fix directory
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-12-03 16:53:35 -06:00
parent 15f7cf6428
commit 958ee86818

View File

@@ -34,6 +34,8 @@ jobs:
- name: Check if Commit is from Push
id: check-push-type
run: |
cd ${MAIN_DIR}
echo "">> Checking if Commit is from Push ..."
git checkout ${{ gitea.event.after }}
PARENT_COUNT=$(git rev-list --parents -n 1 ${{ gitea.event.after }} | wc -w)