Skip to content

Commit 03f6cf0

Browse files
authored
Merge pull request #42 from zzahkaboom24/zzahkaboom24-patch-1
Readme fix pause/unpause
2 parents 2fa0a25 + e24d58e commit 03f6cf0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme-vars.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ full_custom_readme: |
9393
- ALLOW_STOP=0 #optional
9494
- ALLOW_RESTARTS=0 #optional
9595
- ALLOW_PAUSE=0 #optional
96-
- ALLOW_RESUME=0 #optional
96+
- ALLOW_UNPAUSE=0 #optional
9797
- AUTH=0 #optional
9898
- BUILD=0 #optional
9999
- COMMIT=0 #optional
@@ -136,6 +136,8 @@ full_custom_readme: |
136136
-e ALLOW_START=0 `#optional` \
137137
-e ALLOW_STOP=0 `#optional` \
138138
-e ALLOW_RESTARTS=0 `#optional` \
139+
-e ALLOW_PAUSE=0 `#optional` \
140+
-e ALLOW_UNPAUSE=0 `#optional` \
139141
-e AUTH=0 `#optional` \
140142
-e BUILD=0 `#optional` \
141143
-e COMMIT=0 `#optional` \

0 commit comments

Comments
 (0)