diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1486c7e..b214e04 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,8 +16,3 @@ jobs: env: GSHEET_CLIENT_EMAIL: ${{ secrets.GSHEET_CLIENT_EMAIL }} GSHEET_PRIVATE_KEY: ${{ secrets.GSHEET_PRIVATE_KEY }} - - name: dump results - env: - # the output of the action can be found in ${{ steps.update_worksheet.outputs.results }} - RESULTS: ${{ steps.update_worksheet.outputs.results }} - run: echo "$RESULTS" | jq