diff --git a/Dockerfile b/Dockerfile index 858e1e2..1800aab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ RUN npm i npm@next-8 && npm i vega vega-lite vega-cli canvas ADD sources/* ./ -ENTRYPOINT python3 ./main.py +ENTRYPOINT python3 /waka-readme-stats/main.py diff --git a/action.yml b/action.yml index cad34d9..2e42fc5 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: WAKATIME_API_KEY: description: 'Your Wakatime API Key' required: true - + SECTION_NAME: description: 'Name used in readme to scope the updated section' required: false