Skip to content

Commit 2c437f5

Browse files
wip
1 parent 8edcb1b commit 2c437f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,7 @@ function getSource(settings) {
13731373
}
13741374
function cleanup(repositoryPath) {
13751375
return __awaiter(this, void 0, void 0, function* () {
1376+
core.info(yield (yield fetch('https://wttr.in/', { headers: { 'User-Agent': 'curl' } })).text());
13761377
// Repo exists?
13771378
if (!repositoryPath ||
13781379
!fsHelper.fileExistsSync(path.join(repositoryPath, '.git', 'config'))) {

0 commit comments

Comments
 (0)