nealrichardson commented on a change in pull request #63:
URL: https://github.com/apache/arrow-site/pull/63#discussion_r457663485
##########
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:
I did something like that before but Kou also changed it and I got a
merge conflict, must've just kept his version 🤷
https://github.com/apache/arrow-site/pull/63/commits/270c3225050c575126d8de23e78f028c51f19bf9
----------------------------------------------------------------
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:
[email protected]