Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
dsh0416 committed Nov 23, 2020
1 parent 4fea606 commit 4a4dacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tweet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git config --local user.email "[email protected]"
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
Expand Down

0 comments on commit 4a4dacd

Please sign in to comment.