Skip to content

Commit

Permalink
Update issue-metrics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stcheng-adobe authored Dec 15, 2023
1 parent 2304aab commit 9a07595
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 @@ -17,7 +17,7 @@ jobs:
shell: bash
run: |
# Calculate the first day of the previous month
first_day=$(date -d "month" +%Y-%m-01)
first_day=$(date -d "this month" +%Y-%m-01)
# Calculate the last day of the previous month
last_day=$(date -d "$first_day +1 month -1 day" +%Y-%m-%d)
Expand Down

0 comments on commit 9a07595

Please sign in to comment.