We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9557e commit e531d32Copy full SHA for e531d32
2 files changed
.github/workflows/integrationTests.yaml
@@ -14,7 +14,7 @@ jobs:
14
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
15
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
16
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
17
- TURBO_CACHE=remote:rw
+ TURBO_CACHE: remote:rw
18
steps:
19
- uses: actions/checkout@v4
20
with:
.github/workflows/smoke-tests.yml
0 commit comments