Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ntolley committed Jun 12, 2024
1 parent 359b22b commit 5cd2706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
#Set an environment variable with the date range
echo "$first_day..$last_day"
echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV"
echo "last_month=$2015-05-01..2025-05-31" >> "$GITHUB_ENV"
echo "last_month=$2015-05-01..2023-05-31" >> "$GITHUB_ENV"
- name: Run issue-metrics tool
uses: github/issue-metrics@v3
Expand Down

0 comments on commit 5cd2706

Please sign in to comment.