Skip to content

Commit bc74f6a

Browse files
authored
Update to version 1.4.2 of action. Include gitblit-maven
1 parent d614867 commit bc74f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gitblit-stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
statsRepo: ['gitblit-org/gitblit', 'gitblit-org/gitblit-docker']
12+
statsRepo: ['gitblit-org/gitblit', 'gitblit-org/gitblit-docker', 'gitblit-org/gitblit-maven']
1313
fail-fast: false
1414
# Using 1 to help avoid commit conflicts
1515
max-parallel: 1
1616
steps:
1717
- name: run-ghrs
18-
uses: jgehrcke/[email protected].1
18+
uses: jgehrcke/[email protected].2
1919
with:
2020
repository: ${{ matrix.statsRepo }}
2121
# Set a GitHub API token that can read the stats

0 commit comments

Comments
 (0)