Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorHalf committed Oct 17, 2024
1 parent 607d1c7 commit 57c4dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-stale-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/dvsa/cvs-svc-app-logs/branches?per_page=$per_page\&page=$page \
--jq '.[].name | select(test("^(main|master|release/|develop|devops|HEAD)$") | not)')
--jq '.[].name | select(test("^(main|master|release/*|develop|devops|HEAD)$") | not)')
if [[ -z "$response" ]]; then
break # Exit loop if no more results
Expand Down

0 comments on commit 57c4dfa

Please sign in to comment.