Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Sep 12, 2023
1 parent e79c8b4 commit d2f179d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/automate-git-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,12 @@ jobs:
path: ./scripts/output
retention-days: 1

- name: Commit and push changes
- name: Commit 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
git commit -m "chore(bot): update git statistics images"
git restore .
git clean -fd
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit d2f179d

Please sign in to comment.