only:push cares about branch?

This commit is contained in:
rusefillc 2024-06-01 13:46:41 -04:00
parent b40bb5c79d
commit 8dfc3beb5e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,6 @@ jobs:
exit 0
elif echo "$OUT" | grep 'changed'; then
echo "submodule: looks like something has changed"
exit 0
else
echo "submodule: looks like something unexpected"
exit 1
@ -59,3 +58,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ github.token }}
branch: ${{ github.ref }}