Files
deploy-pageup/src/index.js

9 lines
170 B
JavaScript
Raw Normal View History

2025-12-15 20:57:47 +01:00
/**
* The entrypoint for the action. This file simply imports and runs the action's
* main logic.
*/
import { run } from './main.js'
/* istanbul ignore next */
run()