Skip to content

Commit

Permalink
Fix: [CI] also include the version reports in the summary commit (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Mar 4, 2024
1 parent e90e5e4 commit be3e56f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
git add _data/summaries/${{ steps.dates.outputs.year }}/wk${{ steps.dates.outputs.week }}.json
git add _summaries/${{ steps.dates.outputs.year }}/wk${{ steps.dates.outputs.week }}.md
git add _summaries/${{ steps.dates.outputs.year }}/wk${{ steps.dates.outputs.week }}
git commit -m "Add: summary for week ${{ steps.dates.outputs.week }} of ${{ steps.dates.outputs.year }}"
git push

0 comments on commit be3e56f

Please sign in to comment.