benchmark-action / benchmark-action/github-action-benchmark
I am unable to push the pages.
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 184
- PR merge metrics
- No merged PRs in 30d
Description
fatal: could not read Username for 'https://github.com': No such device or address
##[error]Command 'git' failed with args '-c user.name=github-action-benchmark -c user.email=github@users.noreply.github.com -c http.https://github.com/.extraheader= fetch origin gh-pages:gh-pages': fatal: could not read Username for 'https://github.com': No such device or address
My workflow file:
```
- name: Store benchmark result
uses: rhysd/github-action-benchmark@v1
with:
name: Go Benchmark ${{ matrix.benchfile }}
tool: 'go'
output-file-path: output.txt
# Use personal access token instead of GITHUB_TOKEN due to
# https://github.community/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/td-p/26869/highlight/false
github-token: ${{ secrets.GH_PERSON_TOKEN }}
auto-push: true
# Show alert with commit comment on detecting possible performance regression
alert-threshold: '200%'
fail-on-alert: true
```
Contributor guide
Assessment
This issue has not been assessed yet.