You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by th...@apache.org on 2023/05/10 08:17:43 UTC

[arrow] branch main updated: MINOR: [CI][R] Nightly R upload fails due to wrong branch (#35478)

This is an automated email from the ASF dual-hosted git repository.

thisisnic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new ec29c6ffc3 MINOR: [CI][R] Nightly R upload fails due to wrong branch (#35478)
ec29c6ffc3 is described below

commit ec29c6ffc3cb1af4db4903d9877b2f0b548a3ad9
Author: Jacob Wujciak-Jens <ja...@wujciak.de>
AuthorDate: Wed May 10 10:17:35 2023 +0200

    MINOR: [CI][R] Nightly R upload fails due to wrong branch (#35478)
    
    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 <ja...@wujciak.de>
    Signed-off-by: Nic Crane <th...@gmail.com>
---
 .github/workflows/r_nightly.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/r_nightly.yml b/.github/workflows/r_nightly.yml
index bde105979b..0b16c16e94 100644
--- a/.github/workflows/r_nightly.yml
+++ b/.github/workflows/r_nightly.yml
@@ -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: