Skip to content

Commit 2168bac

Browse files
committed
simplify pushing benchmark results
Signed-off-by: Balakrishna Avulapati <[email protected]>
1 parent c7a8725 commit 2168bac

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,5 @@ jobs:
3939
comment-always: true
4040
alert-comment-cc-users: "@bavulapati"
4141
- name: Push benchmark result
42-
run: git push ...
4342
if: github.event_name != 'pull_request'
44-
uses: benchmark-action/github-action-benchmark@v1
45-
with:
46-
tool: "benchmarkjs"
47-
output-file-path: benchmark/output.txt
48-
github-token: ${{ secrets.GITHUB_TOKEN }}
43+
run: git push 'https://github-actions:${{ secrets.GITHUB_TOKEN }}@github.com/theflashlabs/ajv-plus.git' gh-pages:gh-pages

0 commit comments

Comments
 (0)