mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Update weekly-velocity-report.yml
This commit is contained in:
17
.github/workflows/weekly-velocity-report.yml
vendored
17
.github/workflows/weekly-velocity-report.yml
vendored
@@ -28,9 +28,16 @@ jobs:
|
|||||||
|
|
||||||
- name: Append data to Google Sheet
|
- name: Append data to Google Sheet
|
||||||
if: success()
|
if: success()
|
||||||
uses: gautamkrishnar/append-csv-to-google-sheet-action@v2
|
uses: jroehl/gsheet-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
sheet-name: "Weekly Reports" # The name of the tab in your sheet
|
spreadsheetId: ${{ secrets.SPREADSHEET_ID }}
|
||||||
csv-text: ${{ steps.report.outputs.csv_data }}
|
commands: |
|
||||||
spreadsheet-id: ${{ secrets.SPREADSHEET_ID }}
|
[
|
||||||
google-api-key-base64: ${{ secrets.GCP_SA_KEY }}
|
{
|
||||||
|
"command": "appendData",
|
||||||
|
"params": {
|
||||||
|
"sheetName": "Weekly Reports",
|
||||||
|
"data": "${{ steps.report.outputs.csv_data }}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user