Skip to content

Commit

Permalink
remove entrypoint from action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseadamsio committed Apr 24, 2020
1 parent dd1730b commit 4a69235
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ description: "Checks code"
runs:
using: "docker"
image: "Dockerfile"
entrypoint: "./entrypoint.sh"
1 change: 0 additions & 1 deletion .github/actions/release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ description: "Create Release"
runs:
using: "docker"
image: "Dockerfile"
entrypoint: "./entrypoint.sh"

0 comments on commit 4a69235

Please sign in to comment.