handle multiple commits
All checks were successful
Update Child Repos / update (push) Successful in 7s

This commit is contained in:
2026-02-17 22:04:52 +01:00
parent c2a3806e8e
commit c3bac048fc
2 changed files with 6 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
git config --global user.email "${GIT_EMAIL}"
git config --global credential.helper store
echo "https://${GIT_EMAIL//@/%40}:${GIT_TOKEN}@git.bjphoster.com" > ~/.git-credentials
./update_child_repos.sh
./update_child_repos.sh "${{ github.event.before }}"
env:
GIT_NAME: ${{ secrets.GIT_NAME }}
GIT_EMAIL: ${{ secrets.GIT_EMAIL }}