Skip to content

Commit

Permalink
chore(ci): update test suite run workflow dispatch with initiator user (
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon authored Oct 11, 2024
1 parent 8c7dcbb commit c9bd438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
'cube-image': 'cubejs/cube:dev',
'source-repo': context.repo.repo,
'source-pr-url': prUrl,
'source-commit-url': commitUrl
'source-commit-url': commitUrl,
'initiator': '${{ github.actor }}'
}
})
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ jobs:
'cube-image': 'cubejs/cube:latest',
'source-repo': context.repo.repo,
'source-pr-url': prUrl,
'source-commit-url': commitUrl
'source-commit-url': commitUrl,
'initiator': '${{ github.actor }}'
}
})

0 comments on commit c9bd438

Please sign in to comment.