Skip to content

Commit

Permalink
ci: add image artifacts for git stats workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Aug 4, 2023
1 parent 085f229 commit e80f6c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/automate-git-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ jobs:
- name: Remove git_anonymized.txt
run: rm ./scripts/input/git_anonymized.txt

- name: Generate image artifacts
uses: actions/upload-artifact@v3
with:
name: generated-git-stats-images
path: ./scripts/output
retention-days: 1

- name: Commit and push changes
run: |
git add ./scripts/output/commit_types.png ./scripts/output/commits_over_time.png ./scripts/output/commits_per_day_of_week.png ./scripts/output/commits_per_hour.png
Expand Down

0 comments on commit e80f6c2

Please sign in to comment.