Skip to content

Commit

Permalink
Add tmt_plan_filter to action.yml
Browse files Browse the repository at this point in the history
Follow up for #223
  • Loading branch information
spetrosi authored and jamacku committed Aug 27, 2024
1 parent c10d1c7 commit 19b1c1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ inputs:
tmt_plan_regex:
required: false
description: 'A tmt plan regex which will be used for selecting plans. By default all plans are selected.'
tmt_plan_filter:
required: false
description: 'A filter used to select tmt plans plan_filter. See https://docs.testing-farm.io/Testing%20Farm/0.1/test-request.html#plan-filter.'
tmt_context:
description: 'A value of tmt.context variable https://tmt.readthedocs.io/en/latest/spec/context.html, variables separated by ;'
required: false
Expand Down

0 comments on commit 19b1c1e

Please sign in to comment.