Skip to content

Commit 980dcf7

Browse files
First version of pull-request #TASK-8067
1 parent e4a06c7 commit 980dcf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request-approve.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
pwd
5555
ls -la ../
5656
ls -la
57-
chmod +x ../../ci-core/.github/workflows/scripts/get_opencga_enterprise_branch.sh
58-
branch=$( ../../ci-core/.github/workflows/scripts/get_opencga_enterprise_branch.sh "${{ steps.pom.outputs.artifactId }}" "${{ inputs.target_branch }}" "${{ inputs.head_ref }}" )
57+
chmod +x ./ci-core/.github/workflows/scripts/get_opencga_enterprise_branch.sh
58+
branch=$( ./ci-core/.github/workflows/scripts/get_opencga_enterprise_branch.sh "${{ steps.pom.outputs.artifactId }}" "${{ inputs.target_branch }}" "${{ inputs.head_ref }}" )
5959
echo "branch=$branch" | tee -a $GITHUB_STEP_SUMMARY
6060
echo "branch=$branch" >> $GITHUB_OUTPUT
6161
- name: Checkout opencga-enterprise
@@ -66,7 +66,7 @@ jobs:
6666
path: opencga-enterprise
6767
token: ${{ secrets.ZETTA_REPO_ACCESS_TOKEN }}
6868
- name: Call test-xetabase workflow with calculated branch
69-
uses: ./.github/workflows/test-xetabase.yml
69+
uses: ./ci-core/.github/workflows/test-xetabase.yml
7070
with:
7171
branch: ${{ steps.compute_branch.outputs.branch }}
7272
task: ${{ inputs.head_ref }}

0 commit comments

Comments
 (0)