bkietz commented on a change in pull request #63:
URL: https://github.com/apache/arrow-site/pull/63#discussion_r457466216
##########
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:
can this not be replaced as above with
```suggestion
repository=${{ github.repository.name }}
```
----------------------------------------------------------------
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]