fix(format) Fix format for .github/workflows/weekly-velocity-report.yml (#5622)

This commit is contained in:
Sandy Tao 2025-08-05 15:32:06 -07:00 committed by GitHub
parent 2e9236fab4
commit 82fa7a0660
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
- name: This is the Google Sheets action we want to use
uses: gautamkrishnar/append-csv-to-google-sheet-action@v2
with:
# We don't need real inputs, we just want to see if it can be found
sheet-name: 'Test'
sheet-name: 'Test'
csv-text: 'test'
spreadsheet-id: 'test'
google-api-key-base64: 'test'