Skip to content

Commit 450cb08

Browse files
committed
update URLs for repository transition
1 parent a1914d7 commit 450cb08

17 files changed

Lines changed: 117 additions & 117 deletions

File tree

.github/workflows/benchmarkjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Benchmark.js Benchmark
2020
tool: 'benchmarkjs'
2121
output-file-path: examples/benchmarkjs/output.txt
22-
# Use personal access token instead of GITHUB_TOKEN due to https://github.blesdmm.dns-dynamic.netmunity/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/td-p/26869/highlight/false
22+
# Use personal access token instead of GITHUB_TOKEN due to https://github.blesdmm.dns-dynamic.netmunity/t/github-action-not-triggering-gh-pages-upon-push/16096
2323
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
2424
auto-push: true
2525
# Show alert with commit comment on detecting possible performance regression

.github/workflows/catch2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Catch2 Benchmark
2424
tool: "catch2"
2525
output-file-path: examples/catch2/benchmark_result.txt
26-
# Use personal access token instead of GITHUB_TOKEN due to https://github.blesdmm.dns-dynamic.netmunity/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/td-p/26869/highlight/false
26+
# Use personal access token instead of GITHUB_TOKEN due to https://github.blesdmm.dns-dynamic.netmunity/t/github-action-not-triggering-gh-pages-upon-push/16096
2727
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
2828
auto-push: true
2929
# Show alert with commit comment on detecting possible performance regression

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: C++ Benchmark
2424
tool: 'googlecpp'
2525
output-file-path: examples/cpp/benchmark_result.json
26-
# Use personal access token instead of GITHUB_TOKEN due to https://github.blesdmm.dns-dynamic.netmunity/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/td-p/26869/highlight/false
26+
# Use personal access token instead of GITHUB_TOKEN due to https://github.blesdmm.dns-dynamic.netmunity/t/github-action-not-triggering-gh-pages-upon-push/16096
2727
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
2828
auto-push: true
2929
# Show alert with commit comment on detecting possible performance regression

.github/workflows/criterion-rs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Rust Benchmark
2020
tool: 'cargo'
2121
output-file-path: examples/criterion-rs/output.txt
22-
# Use personal access token instead of GITHUB_TOKEN due to https://github.blesdmm.dns-dynamic.netmunity/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/td-p/26869/highlight/false
22+
# Use personal access token instead of GITHUB_TOKEN due to https://github.blesdmm.dns-dynamic.netmunity/t/github-action-not-triggering-gh-pages-upon-push/16096
2323
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
2424
auto-push: true
2525
# Show alert with commit comment on detecting possible performance regression

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Go Benchmark
2020
tool: 'go'
2121
output-file-path: examples/go/output.txt
22-
# Use personal access token instead of GITHUB_TOKEN due to https://github.blesdmm.dns-dynamic.netmunity/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/td-p/26869/highlight/false
22+
# Use personal access token instead of GITHUB_TOKEN due to https://github.blesdmm.dns-dynamic.netmunity/t/github-action-not-triggering-gh-pages-upon-push/16096
2323
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
2424
auto-push: true
2525
# Show alert with commit comment on detecting possible performance regression

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Python Benchmark with pytest-benchmark
2323
tool: 'pytest'
2424
output-file-path: examples/pytest/output.json
25-
# Use personal access token instead of GITHUB_TOKEN due to https://github.blesdmm.dns-dynamic.netmunity/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/td-p/26869/highlight/false
25+
# Use personal access token instead of GITHUB_TOKEN due to https://github.blesdmm.dns-dynamic.netmunity/t/github-action-not-triggering-gh-pages-upon-push/16096
2626
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
2727
auto-push: true
2828
# Show alert with commit comment on detecting possible performance regression

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Rust Benchmark
2020
tool: 'cargo'
2121
output-file-path: examples/rust/output.txt
22-
# Use personal access token instead of GITHUB_TOKEN due to https://github.blesdmm.dns-dynamic.netmunity/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/td-p/26869/highlight/false
22+
# Use personal access token instead of GITHUB_TOKEN due to https://github.blesdmm.dns-dynamic.netmunity/t/github-action-not-triggering-gh-pages-upon-push/16096
2323
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
2424
auto-push: true
2525
# Show alert with commit comment on detecting possible performance regression

0 commit comments

Comments
 (0)