OSS-Cosmic / AmnesiaTheDarkDescent

GNU General Public License v3.0
57 stars 4 forks source link

Use https instead of ssh for the-forge #76

Closed d10sfan closed 1 year ago

d10sfan commented 1 year ago

Currently, the-forge is set as a submodule with ssh, this changes to use https instead.

I ran into an issue with this with attempting to create a github action based on a docker container that doesn't have ssh. Because of that the submodule init failed. Changing to https does not seem to cause any issues.

pollend commented 1 year ago

Looks good to me as long as the build passes ci I'll merge