Skip to content

Commit

Permalink
Fix: [CI] also include the version reports in the summary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain committed Mar 4, 2024
1 parent 32850f6 commit 48f65ba
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 48f65ba

Please sign in to comment.