We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05cba74 commit 4abf1aaCopy full SHA for 4abf1aa
.github/workflows/testing-wip.yml
@@ -11,7 +11,7 @@ on:
11
qa_image: # Input the QA Repo image to use
12
description: 'QA Repo image to use'
13
required: true
14
- default: 'automated-tests-develop' # Default image if none specified
+ default: 'automated-tests-master' # Default image if none specified
15
behave_tags: # Input the Behave tag(s) to run
16
description: 'Behave tag(s) to run'
17
0 commit comments