Skip to content

Commit e3f9d2c

Browse files
authored
Update content/actions/creating-actions/creating-a-docker-container-action.md
1 parent 7325e63 commit e3f9d2c

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
@@ -121,7 +121,7 @@ Next, the script gets the current time and sets it as an output variable that ac
121121
If `entrypoint.sh` executes without any errors, the action's status is set to `success`. You can also explicitly set exit codes in your action's code to provide an action's status. For more information, see "[Setting exit codes for actions](/actions/creating-actions/setting-exit-codes-for-actions)."
122122

123123

124-
3. Make your `entrypoint.sh` file executable by following the below commands on your system.
124+
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
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.
127127
<br>The command works as below.

0 commit comments

Comments
 (0)