Skip to content

Commit e531d32

Browse files
committed
fix format issue
1 parent 0e9557e commit e531d32

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integrationTests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1515
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
1616
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
17-
TURBO_CACHE=remote:rw
17+
TURBO_CACHE: remote:rw
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1515
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
1616
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
17-
TURBO_CACHE=remote:rw
17+
TURBO_CACHE: remote:rw
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:

0 commit comments

Comments
 (0)