Skip to content

Commit 8b782e7

Browse files
authored
fix: change protocol for github import (#1284)
1 parent 8459461 commit 8b782e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_platform(:android)
22

33
import_from_git(
4-
url: 'git@github.com:aws-amplify/amplify-ci-support.git',
4+
url: 'https://github.com/aws-amplify/amplify-ci-support',
55
branch: 'android/fastlane-actions',
66
path: './src/fastlane/release_actions/fastlane/AndroidAppsFastfile'
77
)

0 commit comments

Comments
 (0)