We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a8725 commit 2168bacCopy full SHA for 2168bac
.github/workflows/benchmark.yml
@@ -39,10 +39,5 @@ jobs:
39
comment-always: true
40
alert-comment-cc-users: "@bavulapati"
41
- name: Push benchmark result
42
- run: git push ...
43
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 }}
+ run: git push 'https://github-actions:${{ secrets.GITHUB_TOKEN }}@github.com/theflashlabs/ajv-plus.git' gh-pages:gh-pages
0 commit comments