Skip to content

Commit bdc4628

Browse files
committed
Override GITHUB_REF_NAME
Fixes #121
1 parent 526e361 commit bdc4628

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ runs:
5252
- name: Build site
5353
run: rotemplate::build_ropensci_docs("${{ inputs.subdir || '.' }}", destination = "${{ inputs.destination }}")
5454
shell: Rscript {0}
55+
env:
56+
GITHUB_REF_NAME: HEAD
5557

5658
- name: "Save website into artifact"
5759
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)