Skip to content

Commit

Permalink
Fix comments in issue-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelacaron committed Jul 26, 2024
1 parent 24572f6 commit 410f2a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
##########################################################
Create report for the previous week
# Create report for the previous week
##########################################################
# Get the current date
current_date=$(date +'%Y-%m-%d')
Expand All @@ -28,7 +28,7 @@ jobs:
echo "prev_week=$previous_date..$current_date" >> "$GITHUB_ENV"
##########################################################
Create report for the previous month
# Create report for the previous month
##########################################################
# Calculate the first day of the previous month
Expand Down

0 comments on commit 410f2a8

Please sign in to comment.