Skip to content

Commit

Permalink
Maybe fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney authored Dec 27, 2023
1 parent b3a0c0f commit c933544
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
git checkout -b "sync-$(date +%Y-%d-%m)"
git add .
git commit -am "Sync demo content"
echo '```' >> $GITHUB_STEP_SUMMARY
git log -1 --stat >> $GITHUB_STEP_SUMMARY
echo '' >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
name: Sync content
Expand Down

0 comments on commit c933544

Please sign in to comment.