Skip to content

Commit 4bfe115

Browse files
authored
Merge pull request #660 from github/enterprise-3.9-backport-613-jianghao0718-patch-4
Backport 613 for 3.9: Fix description for target and source branches for integration tests CI
2 parents 1f42e3a + 7e50e00 commit 4bfe115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
workflow_dispatch:
88
inputs:
99
target-branch:
10-
description: 'Branch that would be merged into'
10+
description: 'enterprise2 branch to test against'
1111
required: true
1212
source-branch:
13-
description: 'Branch that would be merged'
13+
description: 'backup-utils-private topic branch to test'
1414
required: true
1515

1616
# Get target and source branch from different variables depending on how it was triggered

0 commit comments

Comments
 (0)