We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b795dc commit e74d469Copy full SHA for e74d469
1 file changed
.github/workflows/main.yml
@@ -16,3 +16,8 @@ jobs:
16
env:
17
GSHEET_CLIENT_EMAIL: ${{ secrets.GSHEET_CLIENT_EMAIL }}
18
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