Skip to content

Commit

Permalink
Add double quotation to sample config (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesin11 authored Jan 4, 2025
2 parents d51c4dd + 0945c4d commit b700997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ exporter:
gcs:
project: $GCP_PROJECT_ID
bucket: $BUCKET_NAME
prefixTemplate: ci_analyzer/{reportType}/dt={YYYY}-{MM}-{DD}/
prefixTemplate: "ci_analyzer/{reportType}/dt={YYYY}-{MM}-{DD}/"
```
## Setup LastRunStore
Expand Down
2 changes: 1 addition & 1 deletion ci_analyzer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ github:
# {reportType} placeholder is Required.
# {YYYY}, {MM}, {DD} placeholders are optional.
# If you want to use BigQuery external tables, the GCS path should be in a format supported by Hive partitions like this
prefixTemplate: ci_analyzer/{reportType}/dt={YYYY}-{MM}-{DD}/
prefixTemplate: "ci_analyzer/{reportType}/dt={YYYY}-{MM}-{DD}/"
lastRunStore:
backend: gcs # Recommend using 'gcs' backend
project: $GCP_PROJECT_ID
Expand Down

0 comments on commit b700997

Please sign in to comment.