Skip to content

Commit d614867

Browse files
committed
Adjust after projects have been moved to gitblit-org
We define a new gitblit-org data branch to test the run on. If this works out, the old branch (and directory) can be deleted.
1 parent 89e2181 commit d614867

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/gitblit-stats.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
statsRepo: ['gitblit/gitblit', 'gitblit/gitblit-docker']
12+
statsRepo: ['gitblit-org/gitblit', 'gitblit-org/gitblit-docker']
1313
fail-fast: false
1414
# Using 1 to help avoid commit conflicts
1515
max-parallel: 1
@@ -23,4 +23,5 @@ jobs:
2323
# repository (which this workflow file lives in),
2424
# to store data and the report files.
2525
ghtoken: ${{ secrets.GH_REPO_STATS_PAT }}
26-
databranch: gitblit
26+
databranch: gitblit-org
27+
ghpagesprefix: https://gitblit-org.github.io/github-stats

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# github-stats
2-
Github statistics data collection for [gitblit](https://gitblit-org.github.io/github-stats/gitblit/gitblit/latest-report/report.html)
3-
and [gitblit-docker](https://gitblit-org.github.io/github-stats/gitblit/gitblit-docker/latest-report/report.html).
2+
Github statistics data collection for [gitblit](https://gitblit-org.github.io/github-stats/gitblit-org/gitblit/latest-report/report.html)
3+
and [gitblit-docker](https://gitblit-org.github.io/github-stats/gitblit-org/gitblit-docker/latest-report/report.html).

0 commit comments

Comments
 (0)