mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-04 13:49:36 +00:00
6 lines
62 B
JavaScript
6 lines
62 B
JavaScript
export const context = {
|
|
payload: {
|
|
actor: 'mona'
|
|
}
|
|
}
|