diff --git a/.github/actions/check/action.yaml b/.github/actions/check/action.yaml index b62c354..57cee26 100644 --- a/.github/actions/check/action.yaml +++ b/.github/actions/check/action.yaml @@ -3,4 +3,3 @@ description: "Checks code" runs: using: "docker" image: "Dockerfile" - entrypoint: "./entrypoint.sh" diff --git a/.github/actions/release/action.yaml b/.github/actions/release/action.yaml index 2d180ed..2feb6dc 100644 --- a/.github/actions/release/action.yaml +++ b/.github/actions/release/action.yaml @@ -3,4 +3,3 @@ description: "Create Release" runs: using: "docker" image: "Dockerfile" - entrypoint: "./entrypoint.sh"