debugging
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 16s

This commit is contained in:
Sebastian Wollner 2023-10-10 22:27:44 +02:00
parent fca1b5daa2
commit 8946c2a0eb
6 changed files with 20254 additions and 15193 deletions

View File

@ -9,7 +9,7 @@ name: Check dist
on: on:
push: push:
branches: branches:
- main - spy-shifty
paths-ignore: paths-ignore:
- '**.md' - '**.md'
pull_request: pull_request:

2
dist/index.js vendored
View File

@ -7337,6 +7337,8 @@ function getSource(settings) {
// Repository URL // Repository URL
core.info(`Syncing repository: ${settings.repositoryOwner}/${settings.repositoryName}`); core.info(`Syncing repository: ${settings.repositoryOwner}/${settings.repositoryName}`);
const repositoryUrl = urlHelper.getFetchUrl(settings); const repositoryUrl = urlHelper.getFetchUrl(settings);
core.info(`repositoryUrl: ${repositoryUrl}`);
// Remove conflicting file path // Remove conflicting file path
if (fsHelper.fileExistsSync(settings.repositoryPath)) { if (fsHelper.fileExistsSync(settings.repositoryPath)) {
yield io.rmRF(settings.repositoryPath); yield io.rmRF(settings.repositoryPath);

32849
package-lock.json generated

File diff suppressed because it is too large Load Diff