@@ -213,6 +213,7 @@ jobs:
213213 - name : Get yarn cache directory path
214214 id : yarn-cache-dir-path
215215 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
216+ shell : bash
216217 if : ${{ needs.initialize.outputs.SKIP_CACHE == 'false' }}
217218
218219 - name : Setup yarn cache
@@ -454,6 +455,7 @@ jobs:
454455 - name : Get yarn cache directory path
455456 id : yarn-cache-dir-path
456457 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
458+ shell : bash
457459 if : ${{ needs.initialize.outputs.SKIP_CACHE == 'false' }}
458460
459461 - name : Setup yarn cache
@@ -570,6 +572,7 @@ jobs:
570572 - name : Get yarn cache directory path
571573 id : yarn-cache-dir-path
572574 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
575+ shell : bash
573576 if : ${{ needs.initialize.outputs.SKIP_CACHE == 'false' }}
574577
575578 - name : Setup yarn cache
@@ -829,6 +832,7 @@ jobs:
829832 - name : Get yarn cache directory path
830833 id : yarn-cache-dir-path
831834 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
835+ shell : bash
832836 if : ${{ needs.initialize.outputs.SKIP_CACHE == 'false' }}
833837
834838 - name : Setup yarn cache
@@ -1112,6 +1116,7 @@ jobs:
11121116 - name : Get yarn cache directory path
11131117 id : yarn-cache-dir-path
11141118 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
1119+ shell : bash
11151120 if : ${{ needs.initialize.outputs.SKIP_CACHE == 'false' }}
11161121
11171122 - name : Setup yarn cache
@@ -1272,6 +1277,7 @@ jobs:
12721277 - name : Get yarn cache directory path
12731278 id : yarn-cache-dir-path
12741279 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
1280+ shell : bash
12751281 if : ${{ needs.initialize.outputs.SKIP_CACHE == 'false' }}
12761282
12771283 - name : Setup yarn cache
@@ -1405,6 +1411,7 @@ jobs:
14051411 - name : Get yarn cache directory path
14061412 id : yarn-cache-dir-path
14071413 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
1414+ shell : bash
14081415 if : ${{ needs.initialize.outputs.SKIP_CACHE == 'false' }}
14091416
14101417 - name : Setup yarn cache
0 commit comments