Skip to content

Commit

Permalink
Update issues-to-sheets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
holylovenia authored Nov 10, 2023
1 parent ad5c847 commit 44d9177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues-to-sheets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
commands: | # list of commands, specified as a valid JSON string
[
{ "command": "addWorksheet", "args": { "worksheetTitle": "GitHub Issues Tracker" }},
{ "command": "updateData", "args": { "data": [["A1", "A2", "A3"]] }},
{ "command": "updateData", "args": { "data": [["A1", "A2", "A3"]] }}
]
env:
GSHEET_CLIENT_EMAIL: ${{ secrets.GSHEET_CLIENT_EMAIL }}
Expand Down

0 comments on commit 44d9177

Please sign in to comment.