Skip to content

Commit

Permalink
Test checkout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 14, 2024
1 parent f47bfaa commit 391344d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ jobs:
image: ${{ matrix.config.container }}

steps:
- uses: r-hub/actions/[email protected]
- name: Install git
run: apt-get update && apt-get install -y git
- uses: r-hub/actions/[email protected]
with:
submodules: true
token: ${{ secrets.GITHUB_TOKEN }}
- uses: r-hub/actions/platform-info@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 391344d

Please sign in to comment.