Skip to content

Commit 96e7ca6

Browse files
Merge commit '460c289071dd54e5814e7b3a331d08c8d9c084e0' into public-image
2 parents 1cef773 + 460c289 commit 96e7ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Where used, should be able to:
77
Pull workflows, to update them locally:
88

99
```bash
10-
git subtree pull --prefix=.github/workflows [email protected]:discoverygarden/docker-image-workflows.git
10+
git subtree pull --prefix=.github/workflows [email protected]:discoverygarden/docker-image-workflows.git main
1111
```
1212

1313
Push workflows, to update the remote (and subsequently pull them into the other image-building repos?):
1414

1515
```bash
16-
git subtree push --prefix=.github/workflows [email protected]:discoverygarden/docker-image-workflows.git
16+
git subtree push --prefix=.github/workflows [email protected]:discoverygarden/docker-image-workflows.git main
1717
```

0 commit comments

Comments
 (0)