Skip to content

Commit 5bd1414

Browse files
authored
Merge pull request #655 from github/enterprise-3.10-backport-599-hao/fix-issues-for-actions
2 parents b015408 + d538ae8 commit 5bd1414

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
@@ -15,8 +15,8 @@ on:
1515

1616
# Get target and source branch from different variables depending on how it was triggered
1717
env:
18-
TARGET_BRANCH: '${{ github.event.inputs.target-branch }}${{ github.base_ref || github.ref_name }}'
19-
SOURCE_BRANCH: '${{ github.event.inputs.source-branch }}${{ github.head_ref || github.ref_name }}'
18+
TARGET_BRANCH: '${{ github.event.inputs.target-branch || github.base_ref }}'
19+
SOURCE_BRANCH: '${{ github.event.inputs.source-branch || github.head_ref }}'
2020

2121
jobs:
2222
integration-tests:

0 commit comments

Comments
 (0)