File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
.github/actions/install-deps Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1616 path : |
1717 node_modules
1818 packages/*/node_modules
19- key : node-modules-${{ runner.os }}-${{ steps.node-version.outputs.version }}-${{ hashFiles('yarn.lock') }}
19+ key : node-modules-${{ runner.os }}-${{ steps.node-version.outputs.version }}-${{ hashFiles('yarn.lock', 'patches/*.patch' ) }}
2020 restore-keys : |
2121 node-modules-${{ runner.os }}-${{ steps.node-version.outputs.version }}-
2222
Original file line number Diff line number Diff line change 11diff --git a/node_modules/@auto-it/core/dist/auto.js b/node_modules/@auto-it/core/dist/auto.js
2- index b388374..f5c1019 100644
2+ index b388374..75ef459 100644
33--- a/node_modules/@auto-it/core/dist/auto.js
44+++ b/node_modules/@auto-it/core/dist/auto.js
55@@ -316,7 +316,7 @@ class Auto {
@@ -20,3 +20,12 @@ index b388374..f5c1019 100644
2020 if (await this.git.verifyAuth(urlWithAuth)) {
2121 this.logger.veryVerbose.note("Using token + html URL as remote");
2222 return urlWithAuth;
23+ @@ -333,7 +335,7 @@ class Auto {
24+ this.logger.veryVerbose.note("Using bare html URL as remote");
25+ return html_url;
26+ }
27+ - this.logger.veryVerbose.note("Using remote set in environment");
28+ + this.logger.veryVerbose.note("Using remote set in environment!!!!!");
29+ return configuredRemote;
30+ }
31+ /** Interactive prompt for initializing an .autorc */
You can’t perform that action at this time.
0 commit comments