Skip to content

Commit 99b6660

Browse files
authored
Assume fork already exists
It seems forking isn't available with the token, so I created the fork manually.
1 parent 92be545 commit 99b6660

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-library.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [main]
66
paths:
7+
- '.github/workflows/publish-library.yml'
78
- 'beta/**'
89
- 'stable/**'
910

@@ -30,7 +31,8 @@ jobs:
3031
git config --global user.name "dart-github-bot"
3132
git config --global user.email "[email protected]"
3233
33-
gh repo fork docker-library/official-images --clone=true --remote
34+
gh repo sync dart-github-bot/official-images
35+
gh repo clone dart-github-bot/official-images
3436
cd official-images
3537
3638
git fetch upstream

0 commit comments

Comments
 (0)