We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81e8e1 commit e77d0e1Copy full SHA for e77d0e1
1 file changed
.github/workflows/100_render.yml
@@ -51,7 +51,7 @@ jobs:
51
run: Rscript -e 'install.packages(c("rmarkdown", "rlang", "lubridate"))'
52
53
- name: create output file name, then use in next chunk
54
- run: echo 'Create file: ${{ github.event.inputs.selected_filename }}.md'
+ run: echo "Begin: ${{ github.event.inputs.selected_filename }}"
55
56
- name: Render Quarto document
57
run: |
0 commit comments