fixed actions typo

This commit is contained in:
Jonathan Shook 2020-03-26 13:35:26 -05:00
parent e266113bad
commit 3885333c2f

View File

@ -208,6 +208,7 @@ jobs:
CHANGES=$(git status --porcelain 2>/dev/null| wc -l)
echo "found $CHANGES to push for doc updates"
if (( $CHANGES > 0 ))
then
git commit -m"docs update for $GITHUB_REF"
git push
fi