mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix(format) Fix format for .github/workflows/weekly-velocity-report.yml (#5622)
This commit is contained in:
4
.github/workflows/weekly-velocity-report.yml
vendored
4
.github/workflows/weekly-velocity-report.yml
vendored
@@ -13,12 +13,12 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
- name: This is the Google Sheets action we want to use
|
- name: This is the Google Sheets action we want to use
|
||||||
uses: gautamkrishnar/append-csv-to-google-sheet-action@v2
|
uses: gautamkrishnar/append-csv-to-google-sheet-action@v2
|
||||||
with:
|
with:
|
||||||
# We don't need real inputs, we just want to see if it can be found
|
# 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'
|
csv-text: 'test'
|
||||||
spreadsheet-id: 'test'
|
spreadsheet-id: 'test'
|
||||||
google-api-key-base64: 'test'
|
google-api-key-base64: 'test'
|
||||||
|
|||||||
Reference in New Issue
Block a user