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 2d40217 commit 798bfc2Copy full SHA for 798bfc2
.github/workflows/master.yml
@@ -155,7 +155,7 @@ jobs:
155
ref: 'main',
156
inputs: {
157
'cube-image': 'cubejs/cube:dev',
158
- 'source-repo': context.repo.repo,
+ 'source-repo': `${context.repo.owner}/${context.repo.repo}`,
159
'source-pr-url': prUrl,
160
'source-commit-url': commitUrl,
161
'initiator': '${{ github.actor }}'
0 commit comments