File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- node_modules
1+ .envrc
2+
3+ node_modules /
Original file line number Diff line number Diff line change @@ -12126,7 +12126,7 @@ const main = async () => {
1212612126 const files = await retrieveFiles ( group , ref )
1212712127 if ( Array . isArray ( files ) ) {
1212812128 for ( const _file of files ) {
12129- const file = await retrieveFile ( _file . path )
12129+ const file = await retrieveFile ( _file . path , ref )
1213012130 await processVariables ( file )
1213112131 }
1213212132 } else {
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ const main = async () => {
106106 const files = await retrieveFiles ( group , ref )
107107 if ( Array . isArray ( files ) ) {
108108 for ( const _file of files ) {
109- const file = await retrieveFile ( _file . path )
109+ const file = await retrieveFile ( _file . path , ref )
110110 await processVariables ( file )
111111 }
112112 } else {
You can’t perform that action at this time.
0 commit comments