diff --git a/.github/workflows/tweet.yml b/.github/workflows/tweet.yml index 553d48a..82dc2a6 100644 --- a/.github/workflows/tweet.yml +++ b/.github/workflows/tweet.yml @@ -34,7 +34,7 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "github-actions" git add --all - if [-z "$(git status --porcelain)"]; then + if [ -z "$(git status --porcelain)" ]; then echo "::set-output name=push::false" else git commit -m "Update Tweets" -a