From ec29c6ffc3cb1af4db4903d9877b2f0b548a3ad9 Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Wed, 10 May 2023 10:17:35 +0200 Subject: [PATCH] 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 Signed-off-by: Nic Crane --- .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 bde105979b425..0b16c16e9430d 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: