File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1497,7 +1497,7 @@ jobs:
14971497 run : |
14981498 string=${{ env.DATABASE_URL_POSTGRES_TEMPLATE }}
14991499 search=database
1500- replace=${{ github.job }}_${{ matrix.feature }}_${{ matrix.os }}_${{ matrix.clientEngine }}
1500+ replace=${{ github.job }}_${{ matrix.feature }}_${{ matrix.os }}_library
15011501 replaced=${string/$search/$replace}
15021502 echo "DATABASE_URL=$replaced" >> $GITHUB_ENV
15031503
@@ -1559,7 +1559,7 @@ jobs:
15591559 run : |
15601560 string=${{ env.DATABASE_URL_POSTGRES_TEMPLATE }}
15611561 search=database
1562- replace=${{ github.job }}_${{ matrix.feature }}_${{ matrix.os }}_${{ matrix.clientEngine }}
1562+ replace=${{ github.job }}_${{ matrix.feature }}_${{ matrix.os }}_library
15631563 replaced=${string/$search/$replace}
15641564 echo "DATABASE_URL=$replaced" >> $GITHUB_ENV
15651565
@@ -1620,7 +1620,7 @@ jobs:
16201620 run : |
16211621 string=${{ env.DATABASE_URL_POSTGRES_TEMPLATE }}
16221622 search=database
1623- replace=${{ github.job }}_fail_${{ matrix.feature }}_${{ matrix.os }}_${{ matrix.clientEngine }}
1623+ replace=${{ github.job }}_fail_${{ matrix.feature }}_${{ matrix.os }}_library
16241624 replaced=${string/$search/$replace}
16251625 echo "DATABASE_URL=$replaced" >> $GITHUB_ENV
16261626
You can’t perform that action at this time.
0 commit comments