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 fd17440 commit 654006d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/automate-git-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ jobs:
run_scripts:
runs-on: ubuntu-latest
name: Update Git stats images with the latest commits
permissions:
pull-requests: write
contents: read
steps:
# https://stackoverflow.com/questions/62334460/git-history-in-a-github-action
- name: Check out repository
uses: actions/checkout@v4
with:
ref: release
fetch-depth: 0 # get full stats instead of last commit

- name: Set up Git
Expand Down

0 comments on commit 654006d

Please sign in to comment.