fix
All checks were successful
renovate / renovate (push) Successful in 1m13s

This commit is contained in:
2025-12-03 17:05:33 -06:00
parent a6f46bb1a7
commit 0a63769b9a

View File

@@ -36,7 +36,7 @@ jobs:
run: | run: |
cd ${MAIN_DIR} cd ${MAIN_DIR}
echo "">> Checking if Commit is from Push ..." echo ">> Checking if Commit is from Push ..."
git checkout ${{ gitea.event.after }} git checkout ${{ gitea.event.after }}
PARENT_COUNT=$(git rev-list --parents -n 1 ${{ gitea.event.after }} | wc -w) PARENT_COUNT=$(git rev-list --parents -n 1 ${{ gitea.event.after }} | wc -w)