Skip to content

Commit dd1f008

Browse files
committed
fix(ci): use stable v1.4.2 release of github-repo-stats
HEAD (b1ef746a) has a first-run bug where ghrs-data/ directory is not created before write. Fall back to the stable v1.4.2 release.
1 parent 6b91dd1 commit dd1f008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/repo-stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
SECRET_TOKEN: ${{ secrets.SECRET_TOKEN }}
3737

3838
- name: Collect repository traffic stats
39-
uses: jgehrcke/github-repo-stats@b1ef746a160025ee47390ea5e332b09a7acb3e80 # v1.4.2+
39+
uses: jgehrcke/github-repo-stats@306db38ad131cab2aa5f2cd3062bf6f8aa78c1aa # v1.4.2
4040
with:
4141
ghtoken: ${{ secrets.SECRET_TOKEN }}
4242
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)