Skip to content

Commit e1dfbcc

Browse files
authored
Merge pull request #186 from vadi2/patch-1
Don't create /continue on macOS
2 parents c85bfb7 + 960bb45 commit e1dfbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210

211211
## Continue a workflow
212212

213-
If you want to continue a workflow and you are inside a tmate session, just create a empty file with the name `continue` either in the root directory or in the project directory by running `touch continue` or `sudo touch /continue`.
213+
If you want to continue a workflow and you are inside a tmate session, just create a empty file with the name `continue` either in the root directory or in the project directory by running `touch continue` or `sudo touch /continue` (on Linux).
214214

215215
## Connection string / URL is not visible
216216

0 commit comments

Comments
 (0)