Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjucker committed Nov 18, 2024
1 parent e4cc37d commit 603a73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup_branches_and_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
PATTERN="issue-*"
NOW=$(date +%s)
DAYS_MAX=${DAYS}
MAX_AGE = $((DAYS_MAX * 24 * 60 * 60 * 1000))
MAX_AGE=$((DAYS_MAX * 24 * 60 * 60 * 1000))
# Get all branches matching the pattern
BRANCHES=$(git branch -r | grep "$PATTERN" | sed 's/origin\///')
Expand Down

0 comments on commit 603a73e

Please sign in to comment.