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 d3115b4 commit 6df936aCopy full SHA for 6df936a
.github/workflows/integration-tests.yml
@@ -15,8 +15,8 @@ on:
15
16
# Get target and source branch from different variables depending on how it was triggered
17
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 }}'
+ TARGET_BRANCH: '${{ github.event.inputs.target-branch || github.base_ref }}'
+ SOURCE_BRANCH: '${{ github.event.inputs.source-branch || github.head_ref }}'
20
21
jobs:
22
integration-tests:
0 commit comments