Skip to content

Commit 6df936a

Browse files
authored
Merge pull request #599 from github/hao/fix-issues-for-actions
Fix issue with actions
1 parent d3115b4 commit 6df936a

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)