Skip to content

Commit 6df7dd5

Browse files
fix patch
1 parent 2d7332d commit 6df7dd5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/actions/install-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
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

patches/@auto-it+core+10.37.6.patch

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --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 */

0 commit comments

Comments
 (0)