14 lines
214 B
Markdown
14 lines
214 B
Markdown
# entrypoint.sh draft
|
|
<!--
|
|
Purpose: 啟動 Node.js 主程式 / start the Node.js entrypoint
|
|
Timestamp: 2026/07/11 17:23:33 (Asia/Taipei)
|
|
-->
|
|
|
|
```sh
|
|
# #!/bin/sh
|
|
# set -eu
|
|
|
|
# exec node /action/src/index.js "$@"
|
|
```
|
|
|