Skip to content

Commit d4ccf09

Browse files
authored
Merge pull request github#31582 from github/repo-sync
repo sync
2 parents ecf5489 + 82ee80c commit d4ccf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Next, the script gets the current time and sets it as an output variable that ac
124124
1. Make your `entrypoint.sh` file executable. Git provides a way to explicitly change the permission mode of a file so that it doesn’t get reset every time there is a clone/fork.
125125

126126
```shell{:copy}
127-
$ git update-index chmod=+x entrypoint.sh
127+
$ git update-index --chmod=+x entrypoint.sh
128128
```
129129

130130
1. Optionally, to check the permission mode of the file in the git index, run the following command.

0 commit comments

Comments
 (0)