Skip to content

Commit

Permalink
Checkout target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 19, 2024
1 parent 5383f76 commit 4ccfbf7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/recheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
mkdir -p $R_LIBS_USER
R -e ".libPaths()"
- name: clone
run: git clone --depth=1 https://github.com/${{github.repository}} source
# - name: clone
# run: git clone --depth=1 https://github.com/${{github.repository}} source

- name: checkout
uses: actions/checkout@v4

- name: download dependencies
run: rechecktools::install_recheck_deps('source', '${{inputs.which}}')
Expand Down

0 comments on commit 4ccfbf7

Please sign in to comment.