diff --git a/.github/workflows/synchronize-go-mod.yml b/.github/workflows/synchronize-go-mod.yml index febe0be..791ce17 100644 --- a/.github/workflows/synchronize-go-mod.yml +++ b/.github/workflows/synchronize-go-mod.yml @@ -34,6 +34,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | if [ -n "$(git status --porcelain)" ]; then + echo "Changes detected:" + git diff git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" git add .