Remove obsolete comment (#792)
The if condition above means this won't be triggered if there's no diff.
diff --git a/.github/workflows/synchronize_submodules.yml b/.github/workflows/synchronize_submodules.yml
index 21db080..9e118aa 100644
--- a/.github/workflows/synchronize_submodules.yml
+++ b/.github/workflows/synchronize_submodules.yml
@@ -41,7 +41,6 @@
git commit -am "Synchronize submodules"
- name: Pushing changes
if: env.has_diff == 'true'
- # Will push regardless, but exit successfully if already up to date with master
uses: ad-m/github-push-action@v0.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}