Skip to content

Commit aad0138

Browse files
authored
chore(ci): Fix source repo url for notification (#9612)
1 parent d7d88d1 commit aad0138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
ref: 'main',
156156
inputs: {
157157
'cube-image': 'cubejs/cube:dev',
158-
'source-repo': context.repo.repo,
158+
'source-repo': `${context.repo.owner}/${context.repo.repo}`,
159159
'source-pr-url': prUrl,
160160
'source-commit-url': commitUrl,
161161
'initiator': '${{ github.actor }}'

0 commit comments

Comments
 (0)