We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d614867 commit bc74f6aCopy full SHA for bc74f6a
.github/workflows/gitblit-stats.yml
@@ -9,13 +9,13 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- statsRepo: ['gitblit-org/gitblit', 'gitblit-org/gitblit-docker']
+ statsRepo: ['gitblit-org/gitblit', 'gitblit-org/gitblit-docker', 'gitblit-org/gitblit-maven']
13
fail-fast: false
14
# Using 1 to help avoid commit conflicts
15
max-parallel: 1
16
steps:
17
- name: run-ghrs
18
- uses: jgehrcke/github-repo-stats@v1.4.1
+ uses: jgehrcke/github-repo-stats@v1.4.2
19
with:
20
repository: ${{ matrix.statsRepo }}
21
# Set a GitHub API token that can read the stats
0 commit comments