Skip to content

Commit c9bd438

Browse files
authored
chore(ci): update test suite run workflow dispatch with initiator user (#8801)
1 parent 8c7dcbb commit c9bd438

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
'cube-image': 'cubejs/cube:dev',
150150
'source-repo': context.repo.repo,
151151
'source-pr-url': prUrl,
152-
'source-commit-url': commitUrl
152+
'source-commit-url': commitUrl,
153+
'initiator': '${{ github.actor }}'
153154
}
154155
})

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,7 @@ jobs:
765765
'cube-image': 'cubejs/cube:latest',
766766
'source-repo': context.repo.repo,
767767
'source-pr-url': prUrl,
768-
'source-commit-url': commitUrl
768+
'source-commit-url': commitUrl,
769+
'initiator': '${{ github.actor }}'
769770
}
770771
})

0 commit comments

Comments
 (0)