Skip to content

Commit

Permalink
Update cron-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Dec 12, 2024
1 parent 4267dbf commit c4a1630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id: changes
run: |
git fetch origin
CHANGED_FILES=$(git log origin/feature/cron-build-packages --since="2024-12-11" --until="2024-12-12" --oneline)
CHANGED_FILES=$(git log origin/feature/cron-build-packages --since="24 hours ago" --oneline)
echo "=== DEBUG CHANGED FILES ==="
echo "${CHANGED_FILES}"
echo "==========================="
Expand Down

0 comments on commit c4a1630

Please sign in to comment.