Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorHalf committed Oct 18, 2024
1 parent 96b398f commit d31cd3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-stale-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
/repos/dvsa/cvs-svc-app-logs/commits?sha="$branch" \
--jq '.[].commit.committer.date' 2>/dev/null)
for commit_date in $commit_dates; do
[ $($commit_date | date) < $(date -v-3m) ] && echo "New Commit"
done
for commit_date in $commit_dates; do
[ $($commit_date | date) < $(date -v-3m) ] && echo "New Commit"
done
# Print commit dates
echo "Commit dates for branch $branch:"
Expand Down

0 comments on commit d31cd3c

Please sign in to comment.