Skip to content

Commit

Permalink
Tail
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Feb 11, 2025
1 parent 51cae6a commit 06db7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clean-up-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "Preview dirs:"
echo $(find ${{ env.PREVIEW_DIR }} -mindepth 1 -maxdepth 1 -type d -print)
echo "Before commit:"
echo $(git log --before=$DATE_FROM_DAYS_AGO -1)
echo $(git log --before=$DATE_FROM_DAYS_AGO | tail -1)
for i in $(find ${{ env.PREVIEW_DIR }} -mindepth 1 -maxdepth 1 -type d -print); do
echo "Git log before date:"
Expand Down

0 comments on commit 06db7e6

Please sign in to comment.