Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/twister.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Twister
on:
workflow_dispatch:
inputs:
sdk-build-job-id:
description: 'SDK Build Job ID'
sdk-build-run-id:
description: 'SDK Build Run ID'
required: true
sdk-bundle-basename:
description: 'SDK Bundle Base Name'
Expand Down Expand Up @@ -268,12 +268,12 @@ jobs:
# with:
# name: ${{ env.BUNDLE_NAME }}
# path: artifacts
# run-id: ${{ github.event.inputs.sdk-build-job-id }}
# run-id: ${{ github.event.inputs.sdk-build-run-id }}
# github-token: ${{ secrets.GITHUB_TOKEN }}
run: |
gh run download \
-R ${GITHUB_REPOSITORY} \
${{ github.event.inputs.sdk-build-job-id }} \
${{ github.event.inputs.sdk-build-run-id }} \
-n ${BUNDLE_NAME} \
-D artifacts
env:
Expand Down
Loading