diff --git a/responses/00.1_first-steps.md b/responses/00.1_first-steps.md index 241b820..b45a730 100644 --- a/responses/00.1_first-steps.md +++ b/responses/00.1_first-steps.md @@ -30,8 +30,8 @@ Actions come in two types: **container actions** and **JavaScript actions**. Our LABEL "maintainer"="Octocat " ADD entrypoint.sh /entrypoint.sh - ENTRYPOINT ["/entrypoint.sh"] RUN chmod +x /entrypoint.sh + ENTRYPOINT ["/entrypoint.sh"] ``` 1. Stage and commit your file - If you're working locally, you will also need to push the branch to GitHub