diff options
| author | Sandy Tao <[email protected]> | 2025-08-05 15:32:06 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-05 22:32:06 +0000 |
| commit | 82fa7a06600a71544a2d0200cb19588b273f21b3 (patch) | |
| tree | 32310101caab2b45b4bfe57becb65d7f7956691f | |
| parent | 2e9236fab432eadb186215576069e13f65bde17b (diff) | |
fix(format) Fix format for .github/workflows/weekly-velocity-report.yml (#5622)
| -rw-r--r-- | .github/workflows/weekly-velocity-report.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/weekly-velocity-report.yml b/.github/workflows/weekly-velocity-report.yml index 91abc974..dc0471bb 100644 --- a/.github/workflows/weekly-velocity-report.yml +++ b/.github/workflows/weekly-velocity-report.yml @@ -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' |
