diff options
| -rw-r--r-- | .github/workflows/weekly-velocity-report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/weekly-velocity-report.yml b/.github/workflows/weekly-velocity-report.yml index 7d11af5f..16991191 100644 --- a/.github/workflows/weekly-velocity-report.yml +++ b/.github/workflows/weekly-velocity-report.yml @@ -28,7 +28,7 @@ jobs: - name: Append data to Google Sheet if: success() - uses: jroehl/[email protected] + uses: jroehl/[email protected] with: spreadsheetId: ${{ secrets.SPREADSHEET_ID }} commands: | |
