Skip to content

Commit

Permalink
switch to https instead of SSH, because github actions does not work …
Browse files Browse the repository at this point in the history
…with SSH even for public repo (maybe because no SSH key available)
  • Loading branch information
xorpaul committed Jan 26, 2022
1 parent 620bee7 commit 6f8e134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod 'puppetlabs/inifile', '3.1.0'
mod 'dummy',
:git => 'git@github.com:xorpaul/g10k_testmodule.git',
:git => 'https://github.com/xorpaul/g10k_testmodule.git',
:branch => 'purge'

0 comments on commit 6f8e134

Please sign in to comment.