Skip to content

Commit 57a30a9

Browse files
authored
Datafiles are stored and returned exactly as the user pushes them (#381)
1 parent 717e1fa commit 57a30a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/forward_deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
DATASOURCE_SORTING_KEY=$(curl \
3939
-H "Authorization: Bearer $TINYBIRD_FWD_TOKEN" \
40-
-X GET "$TINYBIRD_FWD_HOST/v0/datasources/users.datasource" | grep 'ENGINE_SORTING_KEY "tuple()"' || true)
40+
-X GET "$TINYBIRD_FWD_HOST/v0/datasources/users.datasource" | grep 'ENGINE_SORTING_KEY ""' || true)
4141
4242
echo "DATASOURCE_SORTING_KEY=$DATASOURCE_SORTING_KEY" >> $GITHUB_ENV
4343
- name: Apply patch

0 commit comments

Comments
 (0)