kou commented on a change in pull request #63:
URL: https://github.com/apache/arrow-site/pull/63#discussion_r458396149



##########
File path: .github/workflows/deploy.yml
##########
@@ -45,7 +45,7 @@ jobs:
       - name: Configure for GitHub Pages on master
         run: |
           owner=$(jq --raw-output .repository.owner.login ${GITHUB_EVENT_PATH})
-          repository=$(jq .repository.name ${GITHUB_EVENT_PATH})
+          repository=$(jq --raw-output .repository.name ${GITHUB_EVENT_PATH})

Review comment:
       Sorry. I didn't check `github.repository.name`.
   It seems that there is no suitable data in `github`. We need to use `jq` for 
this.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to