Skip to content

Commit

Permalink
MINOR: [CI][R] Nightly R upload fails due to wrong branch (#35478)
Browse files Browse the repository at this point in the history
The [R nightly upload](https://github.com/apache/arrow/actions/runs/4915965925/jobs/8779129556) has failed since we renamed the default branch to main in crossbow due to the hardcoded branch name.

Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
  • Loading branch information
assignUser authored May 10, 2023
1 parent 013de75 commit ec29c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fetch-depth: 0
path: crossbow
repository: ursacomputing/crossbow
ref: master
ref: main
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit ec29c6f

Please sign in to comment.