We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa02b04 commit 31e58e7Copy full SHA for 31e58e7
.github/workflows/build-check-install.yaml
@@ -297,7 +297,7 @@ jobs:
297
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
298
path: ${{ github.event.repository.name }}
299
repository: ${{ github.event.pull_request.head.repo.full_name }}
300
- fetch-depth: 2
+ fetch-depth: 0
301
302
- name: Checkout repo 🛎
303
uses: actions/[email protected]
@@ -522,12 +522,9 @@ jobs:
522
cd ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
523
524
# Debugging
525
- pwd
526
- ls -lh
527
- ls -lh ..
528
- git branch
529
- git -C .. branch
530
+ git fetch --all
+ git branch
531
532
# Get the list of R files that have changed
533
files=$(git diff --name-only main.. -- tests/* R/*.R)
0 commit comments