Skip to content

Commit e74d469

Browse files
committed
retry
1 parent 3b795dc commit e74d469

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ 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)