Update content/actions/creating-actions/creating-a-docker-container-action.md
This commit is contained in:
@@ -125,6 +125,9 @@ Next, the script gets the current time and sets it as an output variable that ac
|
||||
|
||||
```shell{:copy}
|
||||
$ git update-index —chmod=+x entrypoint.sh
|
||||
```
|
||||
|
||||
1. Optionally, to check the permission mode of the file in the git index, run the following command.
|
||||
|
||||
```shell{:copy}
|
||||
$ git ls-files --stage entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user