This commit is contained in:
parent
fca1b5daa2
commit
8946c2a0eb
|
@ -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
2
dist/index.js
vendored
|
@ -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);
|
||||||
|
|
14003
package-lock.json
generated
14003
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user