We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f42e3a commit 7e50e00Copy full SHA for 7e50e00
.github/workflows/integration-tests.yml
@@ -7,10 +7,10 @@ on:
7
workflow_dispatch:
8
inputs:
9
target-branch:
10
- description: 'Branch that would be merged into'
+ description: 'enterprise2 branch to test against'
11
required: true
12
source-branch:
13
- description: 'Branch that would be merged'
+ description: 'backup-utils-private topic branch to test'
14
15
16
# Get target and source branch from different variables depending on how it was triggered
0 commit comments