Skip to content

Commit

Permalink
Merge pull request #526 from Eternal-Night-Archer/master
Browse files Browse the repository at this point in the history
Fix BenchmarkTrigger.yml
  • Loading branch information
darsnack authored Aug 11, 2023
2 parents 04b21cd + 33af511 commit 2b548b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/BenchmarkTrigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: benc-uk/workflow-dispatch@v1
with:
repo: FluxML/FluxMLBenchmarks.jl
ref: refs/heads/main
workflow: Benchmark.yml
token: ${{ steps.get-app-token.outputs.token }}
inputs: '{ "repo": ${{ env.REPOSITORY }}, "pr_id": ${{ env.PR_ID }}, "target_url": ${{ env.TARGET_URL }}, "baseline_url": ${{ env.BASELINE_URL }} }'
inputs: '{ "repository": "${{ env.REPOSITORY }}", "pr_id": "${{ env.PR_ID }}", "target_url": "${{ env.TARGET_URL }}", "baseline_url": "${{ env.BASELINE_URL }}" }'

0 comments on commit 2b548b6

Please sign in to comment.