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 8c7dcbb commit c9bd438Copy full SHA for c9bd438
.github/workflows/master.yml
@@ -149,6 +149,7 @@ jobs:
149
'cube-image': 'cubejs/cube:dev',
150
'source-repo': context.repo.repo,
151
'source-pr-url': prUrl,
152
- 'source-commit-url': commitUrl
+ 'source-commit-url': commitUrl,
153
+ 'initiator': '${{ github.actor }}'
154
}
155
})
.github/workflows/publish.yml
@@ -765,6 +765,7 @@ jobs:
765
'cube-image': 'cubejs/cube:latest',
766
767
768
769
770
771
0 commit comments