Skip to content

Commit d1a9d8b

Browse files
authored
Update main.yml
1 parent e74d469 commit d1a9d8b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,3 @@ jobs:
1616
env:
1717
GSHEET_CLIENT_EMAIL: ${{ secrets.GSHEET_CLIENT_EMAIL }}
1818
GSHEET_PRIVATE_KEY: ${{ secrets.GSHEET_PRIVATE_KEY }}
19-
- name: dump results
20-
env:
21-
# the output of the action can be found in ${{ steps.update_worksheet.outputs.results }}
22-
RESULTS: ${{ steps.update_worksheet.outputs.results }}
23-
run: echo "$RESULTS" | jq

0 commit comments

Comments
 (0)