Skip to content

Commit e77d0e1

Browse files
committed
wip
1 parent e81e8e1 commit e77d0e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/100_render.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: Rscript -e 'install.packages(c("rmarkdown", "rlang", "lubridate"))'
5252

5353
- name: create output file name, then use in next chunk
54-
run: echo 'Create file: ${{ github.event.inputs.selected_filename }}.md'
54+
run: echo "Begin: ${{ github.event.inputs.selected_filename }}"
5555

5656
- name: Render Quarto document
5757
run: |

0 commit comments

Comments
 (0)