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 d2f179d commit 6567702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automate-git-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,14 @@ jobs:
path: ./scripts/output
retention-days: 1

# https://stackoverflow.com/questions/1146973/how-do-i-revert-all-local-changes-in-git-managed-project-to-previous-state
- 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
git rm -rf luarocks-3.8.0/
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 6567702

Please sign in to comment.