mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-07 06:59:37 +00:00
Convert to ESM
This commit is contained in:
5
__fixtures__/github.js
Normal file
5
__fixtures__/github.js
Normal file
@ -0,0 +1,5 @@
|
||||
export const context = {
|
||||
payload: {
|
||||
actor: 'mona'
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user