Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sw360cab committed Aug 20, 2024
1 parent 7f93ef7 commit f7f8d07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:

jobs:
benchmarks:
if: ${{ github.repository == 'gnoland/gno' }}
if: ${{ github.repository == 'gnolang/gno' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -45,7 +45,7 @@ jobs:
path: ./cache
key: ${{ runner.os }}-benchmark

- name: Store benchmark results into `gnolang/benchmarks` repository
- name: Store benchmark results into `gh-benchmarks` branch
uses: benchmark-action/github-action-benchmark@v1
# see https://github.com/benchmark-action/github-action-benchmark?tab=readme-ov-file#action-inputs
with:
Expand All @@ -62,7 +62,7 @@ jobs:
summary-always: true
github-token: ${{ secrets.GITHUB_TOKEN }}
# NOTE you need to use a separate GITHUB PAT token that has a write access to the specified repository.
## gh-repository: 'github.com/gnoland/benchmarks' # on gh-pages branch
## gh-repository: 'github.com/gnolang/benchmarks' # on gh-pages branch
gh-pages-branch: gh-benchmarks
benchmark-data-dir-path: .
auto-push: ${{ inputs.publish }}
Expand Down

0 comments on commit f7f8d07

Please sign in to comment.