Skip to content

Commit

Permalink
fix tool call
Browse files Browse the repository at this point in the history
  • Loading branch information
krosenfeld-IDM authored Feb 8, 2024
1 parent a4231da commit 6c90a99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ jobs:
with:
path: ./cache
key: ${{ runner.os }}-benchmark
- name: Store benchmark result
- name: Store benchmark result to cache
uses: benchmark-action/github-action-benchmark@v1
with:
name: Agents.jl result
tool: 'Agents.jl'
tool: 'julia'
output-file-path: examples/Agents.jl/output.json
external-data-json-path: ./cache/agents-data.json
# Use personal access token instead of GITHUB_TOKEN due to https://github.saobby.my.eu.orgmunity/t/github-action-not-triggering-gh-pages-upon-push/16096
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-on-alert: true
alert-comment-cc-users: '@krosenfeld-IDM'
# gh-pages branch is updated and pushed automatically with extracted benchmark data
- name: Store benchmark result
- name: Store benchmark result to gh-pages
uses: benchmark-action/github-action-benchmark@v1
with:
name: Agents.jl Benchmark
tool: 'Agents.jl'
tool: 'julia'
output-file-path: examples/Agents.jl/output.json
# Access token to deploy GitHub Pages branch
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6c90a99

Please sign in to comment.