Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Use input from the workflow_dispatch event as the value for `jobs.s…
Browse files Browse the repository at this point in the history
…teps`
  • Loading branch information
MonicaisHer committed Jun 19, 2023
1 parent 5ffe998 commit 5cbee86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snap-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
with:
name: ${{matrix.name}}
snap: ${{ inputs.localBuild == true && steps.build.outputs.snap || '' }}
channel: ${{matrix.channel}}
platform_channel: ${{matrix.platform_channel}}
channel: ${{ github.event.inputs.channel }}
platform_channel: ${{ github.event.inputs.platform_channel }}
full_config_test: true

0 comments on commit 5cbee86

Please sign in to comment.