Skip to content

Commit

Permalink
ci: update git stats workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Aug 4, 2023
1 parent 9a44a84 commit d2e4f67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/automate-git-stats.yml
Original file line number Diff line number Diff line change
@@ -55,6 +55,9 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
working-directory: ./scripts/dependencies

- name: Change working directory to repository root
run: cd $(git rev-parse --show-toplevel) # Change the working directory to the root of the repository

- name: Cache Ruby gems
uses: actions/cache@v3
with:

0 comments on commit d2e4f67

Please sign in to comment.