Files
javascript-action/src/index.js
T

7 lines
83 B
JavaScript
Raw Normal View History

2023-09-14 10:36:27 -04:00
/**
* The entrypoint for the action.
*/
const { run } = require('./main')
run()