Skip to content

Commit

Permalink
Merge pull request #186 from vadi2/patch-1
Browse files Browse the repository at this point in the history
Don't create /continue on macOS
  • Loading branch information
dscho authored Oct 10, 2024
2 parents c85bfb7 + 960bb45 commit e1dfbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:

## Continue a workflow

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`.
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).

## Connection string / URL is not visible

Expand Down

0 comments on commit e1dfbcc

Please sign in to comment.