Skip to content

Commit

Permalink
Fix the action reference in workflow to allow sharing. (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikSpiegel committed Apr 18, 2024
1 parent 1df4ea8 commit 5a8da4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
shell: bash

- name: Install R dependencies (custom)
uses: ./.github/actions/setup-r-dependencies
uses: hta-pharma/ramnog/.github/actions/setup-r-dependencies@main
with:
cache: true
dependency_repo: ${{ steps.cran-image.outputs.image }}
Expand Down

0 comments on commit 5a8da4d

Please sign in to comment.