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 e8437af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/recheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ 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
with:
path: source

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

0 comments on commit e8437af

Please sign in to comment.