only:push cares about branch?
This commit is contained in:
parent
b40bb5c79d
commit
8dfc3beb5e
|
@ -47,7 +47,6 @@ jobs:
|
||||||
exit 0
|
exit 0
|
||||||
elif echo "$OUT" | grep 'changed'; then
|
elif echo "$OUT" | grep 'changed'; then
|
||||||
echo "submodule: looks like something has changed"
|
echo "submodule: looks like something has changed"
|
||||||
exit 0
|
|
||||||
else
|
else
|
||||||
echo "submodule: looks like something unexpected"
|
echo "submodule: looks like something unexpected"
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -59,3 +58,4 @@ jobs:
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ github.token }}
|
github_token: ${{ github.token }}
|
||||||
|
branch: ${{ github.ref }}
|
||||||
|
|
Loading…
Reference in New Issue