fix(test): run the entrypoint script

This commit is contained in:
orhun
2021-06-18 02:09:58 +03:00
parent f6396b2020
commit be3a6ae160

View File

@@ -12,4 +12,4 @@ LABEL com.github.actions.color="orange"
WORKDIR action
COPY README.md LICENSE entrypoint.sh ./
ENTRYPOINT ["entrypoint.sh"]
ENTRYPOINT ["./entrypoint.sh"]