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