From d31cd3c498b9063a2b4b369020d34d39dc901454 Mon Sep 17 00:00:00 2001 From: TaylorHalf Date: Fri, 18 Oct 2024 16:40:54 +0100 Subject: [PATCH] testing --- .github/workflows/check-stale-branches.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-stale-branches.yaml b/.github/workflows/check-stale-branches.yaml index 46b72c0..797b23f 100644 --- a/.github/workflows/check-stale-branches.yaml +++ b/.github/workflows/check-stale-branches.yaml @@ -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:"