File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments