diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ae58f4cab518f..3e654726528dc 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -155,7 +155,7 @@ jobs: ref: 'main', inputs: { 'cube-image': 'cubejs/cube:dev', - 'source-repo': context.repo.repo, + 'source-repo': `${context.repo.owner}/${context.repo.repo}`, 'source-pr-url': prUrl, 'source-commit-url': commitUrl, 'initiator': '${{ github.actor }}'