Skip to content

Commit

Permalink
Replace branch by one without @
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs-roche committed Nov 13, 2024
1 parent fd11bcd commit 2fca7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ jobs:
if: >-
env.deps_installation_method == 'setup-r-dependencies'
&& inputs.install-deps-from-package-repositories == ''
uses: insightsengineering/setup-r-dependencies@dependency_resolution@main
uses: insightsengineering/setup-r-dependencies@test_branch_names
env:
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
- name: Setup R dependencies 🎦
if: >-
inputs.deps-installation-method == 'setup-r-dependencies'
uses: insightsengineering/setup-r-dependencies@dependency_resolution@dependency_resolution@main
uses: insightsengineering/setup-r-dependencies@dependency_resolution@test_branch_names
env:
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
with:
Expand Down

0 comments on commit 2fca7ef

Please sign in to comment.