Skip to content

Commit 6857a31

Browse files
committed
Fix repository path
1 parent 6f329b4 commit 6857a31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_android_sdk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Checkout repository
2929
uses: actions/checkout@v4
30+
with:
31+
repository: swiftlang/swift-docker
3032
- name: Checkout https://github.com/swiftlang/swift-docker/pull/467
3133
run: gh pr checkout 467
3234
env:

0 commit comments

Comments
 (0)