Skip to content

Commit ee2b6ed

Browse files
authored
Fix up links
1 parent 5b43252 commit ee2b6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ jobs:
7474
id: prtestsuccess
7575
run: |
7676
echo 'PRTEST<<EOF' >> $GITHUB_ENV
77-
echo "[Pull request benchmark comparison [${{ matrix.os }}] with 'main' run at $(date -Iseconds)](https://github.com/hummingbird-project/${{ github.event.repository.name }}/actions/runs/${{ github.run_id }})" >> $GITHUB_ENV
77+
echo "[Pull request benchmark comparison [${{ matrix.os }}] with 'main' run at $(date -Iseconds)](https://github.com/adam-fowler/${{ github.event.repository.name }}/actions/runs/${{ github.run_id }})" >> $GITHUB_ENV
7878
echo 'EOF' >> $GITHUB_ENV
7979
- if: ${{ env.exitStatus == '1' }}
8080
name: Pull request comment text failure
8181
id: prtestfailure
8282
run: |
8383
echo 'PRTEST<<EOF' >> $GITHUB_ENV
84-
echo "[Pull request benchmark comparison [${{ matrix.os }}] with 'main' run at $(date -Iseconds)](https://github.com/hummingbird-project/${{ github.event.repository.name }}/actions/runs/${{ github.run_id }})" >> $GITHUB_ENV
84+
echo "[Pull request benchmark comparison [${{ matrix.os }}] with 'main' run at $(date -Iseconds)](https://github.com/adam-fowler/${{ github.event.repository.name }}/actions/runs/${{ github.run_id }})" >> $GITHUB_ENV
8585
echo "_Pull request had performance regressions_" >> $GITHUB_ENV
8686
echo 'EOF' >> $GITHUB_ENV
8787
- name: Comment PR

0 commit comments

Comments
 (0)