Skip to content

Commit 19209e5

Browse files
committed
Use full branch name
1 parent 560a3d2 commit 19209e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
- name: Setup R dependencies 🎦
231231
if: >-
232232
inputs.deps-installation-method == 'setup-r-dependencies'
233-
uses: insightsengineering/setup-r-dependencies@dependency_resolution*
233+
uses: insightsengineering/setup-r-dependencies@dependency_resolution@main
234234
env:
235235
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
236236
with:

0 commit comments

Comments
 (0)