mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-14 13:46:54 +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