Unverified Commit 75ae8d21 authored by Chris Austen's avatar Chris Austen Committed by GitHub
Browse files

use correct parameters (#1596)

github action file change
parent 97940f81
......@@ -23,7 +23,7 @@ on:
jobs:
release:
uses: migraphx-benchmark/actions/.github/workflows/history.yml@main
uses: ROCmSoftwarePlatform/migraphx-benchmark/.github/workflows/history.yml@main
with:
start_date: ${{ github.event.inputs.start_date || 'yyyy-mm-dd' }}
end_date: ${{ github.event.inputs.end_date || 'yyyy-mm-dd' }}
......
......@@ -6,11 +6,16 @@ on:
rocm_release:
description: ROCm release version
required: true
benchmark-utils_repo:
description: Repository for benchmark utils
required: true
default: 'ROCmSoftwarePlatform/migraphx-benchmark-utils'
jobs:
release:
uses: ROCmSoftwarePlatform/migraphx-benchmark/.github/workflows/rocm-release.yml@main
with:
rocm_release: ${{ github.event.inputs.rocm_release }}
benchmark-utils_repo: ${{ github.event.inputs.benchmark-utils_repo || 'ROCmSoftwarePlatform/migraphx-benchmark-utils' }}
secrets:
gh_token: ${{ secrets.MIGRAPHX_BOT_TOKEN }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment