1
0
mirror of synced 2026-01-10 09:02:35 -05:00

Update content/actions/creating-actions/creating-a-docker-container-action.md

This commit is contained in:
Joe Clark
2022-09-28 13:52:31 -07:00
committed by GitHub
parent 29e0014d8f
commit bfc4edc28b

View File

@@ -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