There was an error while loading. Please reload this page.
1 parent ad1bc41 commit b02074aCopy full SHA for b02074a
1 file changed
Gemfile
@@ -8,7 +8,6 @@ if ENV['GITHUB_ACTIONS'] == 'true'
8
gem "pwindows-theme", git: "https://#{ENV['GITHUB_TOKEN']}@github.com/PWindows/Website-Common.git"
9
elsif File.exist?(File.expand_path("~/.ssh/id_ed25519")) || File.exist?(File.expand_path("~/.ssh/id_rsa"))
10
gem "pwindows-theme", git: "git@github.com:PWindows/Website-Common.git"
11
-
12
else
13
gem "pwindows-theme", git: "https://github.com/PWindows/Website-Common.git"
14
end
0 commit comments